@omni-door/tpl-ssr-react
Version:
The ssr-react project template
7 lines (6 loc) • 307 B
TypeScript
import $init from './init';
export { $init } from './init';
export { $new } from './new';
export { setBrand, setLogo } from '@omni-door/utils';
export type { TPLS_ORIGIN_INITIAL, TPLS_INITIAL_FN, TPLS_INITIAL_RETURE, TPLS_ORIGIN_NEW, TPLS_NEW_FN, TPLS_NEW_RETURE } from './templates';
export default $init;