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 { ToggleProps } from "./Toggle.types.js"; import * as _$react from "react"; //#region src/components/Toggle/Toggle.d.ts declare const Toggle: _$react.ForwardRefExoticComponent<ToggleProps & _$react.RefAttributes<HTMLButtonElement | null>>; //#endregion export { Toggle }; //# sourceMappingURL=Toggle.d.ts.map