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 f8b4160 commit 0a3264bCopy full SHA for 0a3264b
lib/bootstrap-switch-button-react.d.ts
@@ -33,8 +33,8 @@ interface BootstrapSwitchButtonProps {
33
offstyle?: Colors | ColorsOutline;
34
size?: "xs" | "sm" | "lg";
35
style?: string;
36
- width: number;
37
- height: number;
+ width?: number;
+ height?: number;
38
}
39
40
declare class BootstrapSwitchButton extends React.Component<
0 commit comments