index.d.ts 212 B

123456
  1. import { FC } from "react";
  2. import { DageUploadProps } from "./types";
  3. export declare const DageUpload: FC<DageUploadProps>;
  4. export * from "./types";
  5. export * from "./context";
  6. //# sourceMappingURL=index.d.ts.map