UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 342 B
import { CombinedRefs, InputDateProps } from "./InputDate.types.js"; import * as _$react from "react"; //#region src/components/InputDate/InputDate.d.ts declare const InputDate: _$react.ForwardRefExoticComponent<InputDateProps & _$react.RefAttributes<CombinedRefs>>; //#endregion export { InputDate }; //# sourceMappingURL=InputDate.d.ts.map