UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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