react-generate-comp
Version:
Generate React components in current execute directory by typing with CLI.
4 lines (3 loc) • 317 B
TypeScript
export declare function createCompTest(isTypescript: boolean, method?: "Comp" | "Slice", compName?: string, isNative?: boolean): [string, string];
declare function generateFunctionComp(isTypescript: boolean, method?: "Comp" | "Slice", compName?: string, isNative?: boolean): void;
export { generateFunctionComp };