Update and resolve test issues
This commit is contained in:
@@ -24,7 +24,7 @@ export interface SwitchProps extends Omit<
|
||||
export interface SwitchViewProps {
|
||||
switchId: string;
|
||||
checked: boolean;
|
||||
state: "default" | "hover" | "focus";
|
||||
state: "default" | "hover" | "focus" | "selected";
|
||||
label?: string;
|
||||
className: string;
|
||||
switchClasses: string;
|
||||
|
||||
Reference in New Issue
Block a user