UNPKG

move-prop-types

Version:

"Help quickly replace the prop type checker in older react projects to map to prop-types"

14 lines 380 B
/** * Module dependencies. */ import { Command } from 'commander'; declare module 'commander' { interface Command { cli?: boolean; } } export declare const createCommand: () => Command; export declare const runCLI: (processArgv?: string[]) => Promise<void>; declare const defaultCommand: Command; export default defaultCommand; //# sourceMappingURL=core.d.ts.map