@trail-ui/react
Version:
13 lines (9 loc) • 329 B
text/typescript
import { Switch } from './switch';
// export types
export type { SwitchRenderProps } from 'react-aria-components';
export type { SwitchProps } from './switch';
export type { SwitchThumbIconProps } from './switch';
// export context
export { SwitchContext } from 'react-aria-components';
// export component
export { Switch };