UNPKG

@cainiaofe/cn-ui-m

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