You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
561 B
JavaScript

3 weeks ago
export { default as checkbox, Separator } from '@inquirer/checkbox';
export { default as editor } from '@inquirer/editor';
export { default as confirm } from '@inquirer/confirm';
export { default as input } from '@inquirer/input';
export { default as number } from '@inquirer/number';
export { default as expand } from '@inquirer/expand';
export { default as rawlist } from '@inquirer/rawlist';
export { default as password } from '@inquirer/password';
export { default as search } from '@inquirer/search';
export { default as select } from '@inquirer/select';