UNPKG

@snowball-tech/fractal

Version:

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

7 lines (4 loc) 257 B
import * as react from 'react'; import { InputDateProps, CombinedRefs } from './InputDate.types.js'; declare const InputDate: react.ForwardRefExoticComponent<InputDateProps & react.RefAttributes<CombinedRefs>>; export { InputDate, InputDate as default };