smartstate/ts/index.ts

6 lines
260 B
TypeScript
Raw Normal View History

2019-02-21 20:48:39 +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';