UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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