UNPKG

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