UNPKG

429 BTypeScriptView Raw
1import type { STYLE, MARKDOWN } from '@omni-door/utils';
2import type { TPLS_ORIGIN_NEW, TPLS_NEW_RETURE } from './templates';
3export declare function $new({ ts, test, componentName, stylesheet, newPath, md, tpls }: {
4 ts: boolean;
5 test: boolean;
6 componentName: string;
7 stylesheet: STYLE;
8 newPath: string;
9 md?: MARKDOWN;
10 tpls?: (tpls: TPLS_ORIGIN_NEW) => TPLS_NEW_RETURE;
11}): void;
12export default $new;