first commit
This commit is contained in:
10
node_modules/@inquirer/confirm/dist/commonjs/index.d.ts
generated
vendored
Normal file
10
node_modules/@inquirer/confirm/dist/commonjs/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { type Theme } from '@inquirer/core';
|
||||
import type { PartialDeep } from '@inquirer/type';
|
||||
type ConfirmConfig = {
|
||||
message: string;
|
||||
default?: boolean;
|
||||
transformer?: (value: boolean) => string;
|
||||
theme?: PartialDeep<Theme>;
|
||||
};
|
||||
declare const _default: import("@inquirer/type").Prompt<boolean, ConfirmConfig>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user