react-toolbox/components/switch/index.d.ts

6 lines
130 B
TypeScript

import { Switch } from './Switch';
export { SwitchProps, SwitchTheme } from './Switch';
export { Switch }
export default Switch;