UNPKG

antd-mobile

Version:
3 lines (2 loc) 180 B
import type { PickerProps, PickerValue } from './index'; export declare function prompt(props: Omit<PickerProps, 'value' | 'visible' | 'children'>): Promise<PickerValue[] | null>;