UNPKG

302 BTypeScriptView Raw
1import $init from './init';
2export { $init } from './init';
3export { $new } from './new';
4export { TPLS_ORIGIN_INITIAL, TPLS_INITIAL_FN, TPLS_INITIAL_RETURE, TPLS_ORIGIN_NEW, TPLS_NEW_FN, TPLS_NEW_RETURE } from './templates';
5export { setBrand, setLogo } from '@omni-door/utils';
6export default $init;