Skip to content

Commit d75399f

Browse files
Tweak exports to reduce bundle size
1 parent 676f9b1 commit d75399f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Special entrypoint for execution environments for bundle sizing reasons
22
export * from './errors';
3-
export type { SnapExports } from './handlers';
4-
export { HandlerType, SNAP_EXPORTS, SNAP_EXPORT_NAMES } from './handlers';
3+
export * from './handlers/exports';
4+
export * from './handlers/types';
55
export * from './iframe';
66
export * from './logging';
77
export * from './types';

0 commit comments

Comments
 (0)