UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

9 lines (8 loc) 262 B
import { CommandModule } from 'yargs'; import { SharedArgs } from '../types'; export interface MakeTemplateArgs extends SharedArgs { component: string; state?: string; } declare const command: CommandModule<{}, MakeTemplateArgs>; export default command;