@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 342 B
TypeScript
import { CombinedRefs, InputFileProps } from "./InputFile.types.js";
import * as _$react from "react";
//#region src/components/InputFile/InputFile.d.ts
declare const InputFile: _$react.ForwardRefExoticComponent<InputFileProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { InputFile };
//# sourceMappingURL=InputFile.d.ts.map