feat: adds to standaloneExports

This commit is contained in:
Mark Mankarious
2023-11-03 19:48:08 +00:00
parent fcb355a15f
commit d5084e28ea

View File

@@ -2,7 +2,7 @@
// bundle requires `window` to be present and so can't be imported into a Node environment.
export const version = PACKAGE_VERSION;
export * as reducers from 'src/stores/reducers';
export { INITIAL_DATA } from 'src/config';
export { INITIAL_DATA, INITIAL_SCENE_STATE } from 'src/config';
export { modelSchema } from 'src/schemas/model';
export type { IsoflowProps, InitialData } from 'src/types';
export type * from 'src/types/model';