UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

7 lines (6 loc) 215 B
import { CommandModule } from 'yargs'; import { SharedArgs } from '../types'; export interface EjectThemeArgs extends SharedArgs { } declare const command: CommandModule<{}, EjectThemeArgs>; export default command;