@wix/design-system
Version:
@wix/design-system
13 lines • 378 B
TypeScript
/** toggle switch */
export class ToggleSwitch extends React.PureComponent<any, any, any> {
static displayName: string;
static defaultProps: {
skin: string;
size: string;
};
constructor(props: any);
constructor(props: any, context: any);
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=ToggleSwitch.d.ts.map