Skip to content

Commit

Permalink
Make Prompts d.ts happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 13, 2024
1 parent e673e80 commit 34edeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/lib/prompts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import inquirerSearch from '@inquirer/search'
import inquirerSelect, { Separator as InquirerSeparator } from '@inquirer/select'

declare namespace Prompts {
export type Separator = typeof InquirerSeparator
export const Separator: Separator
export type Separator = InquirerSeparator
export const Separator: typeof InquirerSeparator
export const confirm: typeof inquirerConfirm
export const input: typeof inquirerInput
export const password: typeof inquirerPassword
Expand Down

0 comments on commit 34edeea

Please sign in to comment.