UNPKG

@snowball-tech/fractal

Version:

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

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