smartstate/ts/index.ts

6 lines
255 B
TypeScript
Raw Permalink Normal View History

2020-11-29 23:51:05 +00:00
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';