smartstate/ts/index.ts
2020-11-29 23:51:05 +00:00

6 lines
255 B
TypeScript

export * from './smartstate.classes.smartstate';
export * from './smartstate.classes.statepart';
export * from './smartstate.classes.statecollection';
export * from './smartstate.classes.stateaction';
export * from './smartstate.classes.stateobservable';