UNPKG

198 BTypeScriptView Raw
1import type { CascaderProps } from './index';
2export declare function prompt(props: Omit<CascaderProps, 'value' | 'visible' | 'children'>): Promise<import("../check-list").CheckListValue[] | null>;