[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: separate type imports

Nate Moore (Dec 21, 2024, 5:01 PM -0600) b8127efe 367f35af

+2 -2
+2 -2
packages/prompts/src/index.ts
··· 1 + import type { NonEmptyArray, State } from '@clack/core'; 2 + 1 3 import { 2 4 ConfirmPrompt, 3 5 GroupMultiSelectPrompt, 4 6 MultiSelectPrompt, 5 - NonEmptyArray, 6 7 PasswordPrompt, 7 8 SelectKeyPrompt, 8 9 SelectPrompt, 9 - type State, 10 10 TextPrompt, 11 11 block, 12 12 isCancel,