UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 316 B
import { SwitchProps } from "./Switch.types.js"; import * as _$react from "react"; //#region src/components/Switch/Switch.d.ts declare const Switch: _$react.ForwardRefExoticComponent<SwitchProps & _$react.RefAttributes<HTMLButtonElement | null>>; //#endregion export { Switch }; //# sourceMappingURL=Switch.d.ts.map