UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

5 lines 247 B
import { checkbox as inquirerCheckbox } from "@inquirer/prompts"; export declare function checkbox<Value>(config: Parameters<typeof inquirerCheckbox<Value>>[0]): Promise<Value[]> & { cancel: () => void; }; //# sourceMappingURL=prompts.d.ts.map