UNPKG

react-generate-comp

Version:

Generate React components in current execute directory by typing with CLI.

4 lines (3 loc) 224 B
declare function genComponents(inputName?: string, lang?: string | null, isNative?: boolean): string; declare function genUseState(inputName?: string, lang?: string | null): string; export { genComponents, genUseState };