mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
feat: adds to standaloneExports
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user