UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 338 B
import type { PickerViewProps, PickerValue, PickerValueExtend } from './picker-view'; export declare function generateColumnsExtend(rawColumns: PickerViewProps['columns'], val: PickerValue[]): PickerValueExtend; export declare function useColumnsExtend(rawColumns: PickerViewProps['columns'], value: PickerValue[]): PickerValueExtend;