UNPKG

consensys-ui

Version:

Consensys UI component library and design system

11 lines (8 loc) 315 B
// components export { Switch } from './Switch'; // todo: change this to a shared component export { SwitchThumb } from './Switch.shared'; // types export type { SwitchRootProps, SwitchThumbProps } from './types'; // styles export { switchRootVariants, switchThumbVariants, switchIconVariants } from './styles';