constants.d.ts 189 B

123456
  1. import { DageUploadType } from "../DageUpload";
  2. export declare const DAGE_FILE_CHECKBOX_OPTIONS: {
  3. label: string;
  4. value: DageUploadType;
  5. }[];
  6. //# sourceMappingURL=constants.d.ts.map