UNPKG

@em-cli/shared

Version:

脚手架工具方法包

10 lines (9 loc) 297 B
import type { Question } from 'inquirer'; export declare class SingleInquire { checkboxPlus({ choices, ...options }: Pick<Question, 'name' | 'message'> & { choices: Array<{ name: string; value: string; }>; }): Promise<import("inquirer").Answers>; }