UNPKG

rush-init-project-plugin

Version:

Rush plugin for initialize project in monorepo

6 lines 199 B
import { Widgets } from 'blessed'; export declare const Warning: () => { WarningBox: Widgets.BoxElement; setWarningContent: (content: string) => void; }; //# sourceMappingURL=Warning.d.ts.map