@omni-door/tpl-spa-vue
Version:
The spa-vue project template
13 lines (12 loc) • 418 B
TypeScript
import type { STYLE } from '@omni-door/utils';
import type { TPLS_ORIGIN_NEW, TPLS_NEW_RETURE } from './templates';
export declare function $new({ ts, test, componentName, stylesheet, newPath, md, tpls }: {
ts: boolean;
test: boolean;
componentName: string;
stylesheet: STYLE;
newPath: string;
md?: boolean;
tpls?: (tpls: TPLS_ORIGIN_NEW) => TPLS_NEW_RETURE;
}): void;
export default $new;