@omni-door/tpl-ssr-react
Version:
The ssr-react project template
14 lines (13 loc) • 447 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, type, tpls }: {
ts: boolean;
test: boolean;
componentName: string;
stylesheet: STYLE;
newPath: string;
md?: boolean;
type: 'fc' | 'cc';
tpls?: (tpls: TPLS_ORIGIN_NEW) => TPLS_NEW_RETURE;
}): void;
export default $new;