We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4110a7b commit dcb1c6aCopy full SHA for dcb1c6a
src/index.tsx
@@ -22,7 +22,7 @@ interface SwitchProps
22
tabIndex?: number;
23
checked?: boolean;
24
defaultChecked?: boolean;
25
- loadingIcon: React.ReactNode;
+ loadingIcon?: React.ReactNode;
26
style?: React.CSSProperties;
27
title?: string;
28
}
0 commit comments