index.ts 106 B

12345678
  1. import { TUICore } from './TUICore';
  2. import store from './TUICore/store';
  3. export {
  4. TUICore,
  5. store
  6. };