UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

8 lines (7 loc) 239 B
import { CommandModule } from 'yargs'; import { SharedArgs } from '../types'; export interface MakeComponentArgs extends SharedArgs { name: string; } declare const command: CommandModule<{}, MakeComponentArgs>; export default command;