UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

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