UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

8 lines (5 loc) 263 B
import * as react from 'react'; import { SwitchProps } from './Switch.types.js'; import '@radix-ui/react-switch'; declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLButtonElement>>; export { Switch, Switch as default };