dees-appui-catalog/ts_web/index.ts
2020-09-17 10:12:40 +00:00

9 lines
106 B
TypeScript

export * from './elements/index';
import * as themelogic from './themelogic';
export {
themelogic
};