@overmap-ai/forms 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,3 @@
1
- export declare const SUPPORTED_IMAGE_FILE_TYPES: string[];
2
- export declare const SUPPORTED_SPREADSHEET_FILE_EXTENSIONS: string[];
3
- export declare const SUPPORTED_PDF_FILE_TYPES: string[];
4
1
  export interface FileIconProps {
5
2
  fileType: string;
6
3
  }
@@ -0,0 +1,3 @@
1
+ export declare const SUPPORTED_IMAGE_FILE_TYPES: string[];
2
+ export declare const SUPPORTED_SPREADSHEET_FILE_EXTENSIONS: string[];
3
+ export declare const SUPPORTED_PDF_FILE_TYPES: string[];
@@ -1 +1,4 @@
1
+ export { SUPPORTED_PDF_FILE_TYPES } from './constants';
2
+ export { SUPPORTED_SPREADSHEET_FILE_EXTENSIONS } from './constants';
3
+ export { SUPPORTED_IMAGE_FILE_TYPES } from './constants';
1
4
  export * from './FileIcon';