Skip to content

Commit edd448d

Browse files
authored
fix: [] File type import (#1925)
* fix: file type import * chore: export all types at once
1 parent d95494a commit edd448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/_shared/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export { entityHelpers };
3030
export { FieldConnector } from './FieldConnector';
3131
export { ModalDialogLauncher };
3232
export { PredefinedValuesError } from './PredefinedValuesError';
33-
export { Asset, Entry, File } from './typesEntity';
33+
export type { Asset, Entry, File } from './typesEntity';
3434
export { isValidImage } from './utils/isValidImage';
3535
export { shortenStorageUnit, toLocaleString } from './utils/shortenStorageUnit';
3636

0 commit comments

Comments
 (0)