axp-ts/src/index.ts

6 lines
140 B
TypeScript
Raw Normal View History

2023-07-11 09:53:08 +03:00
export * from './entities'
export * from './form'
export * from './notification'
export * from './pagination'
export * from './data-result'