UNPKG

@snowball-tech/fractal

Version:

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

9 lines (6 loc) 346 B
import './InputCheckbox.constants.js'; import * as react from 'react'; import { InputCheckboxProps } from './InputCheckbox.types.js'; import '@radix-ui/react-checkbox'; declare const InputCheckbox: react.ForwardRefExoticComponent<InputCheckboxProps & react.RefAttributes<HTMLButtonElement>>; export { InputCheckbox, InputCheckbox as default };