@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
15 lines (14 loc) • 489 B
TypeScript
import { STYLE, MARKDOWN } from '@omni-door/utils';
import { TPLS_ORIGIN_NEW, TPLS_NEW_RETURE } from './templates';
export declare function $new({ ts, test, componentName, stylesheet, newPath, md, type, hasStorybook, tpls }: {
ts: boolean;
test: boolean;
componentName: string;
stylesheet: STYLE;
newPath: string;
md?: MARKDOWN;
type: 'fc' | 'cc';
hasStorybook: boolean;
tpls?: (tpls: TPLS_ORIGIN_NEW) => TPLS_NEW_RETURE;
}): void;
export default $new;