UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

8 lines (7 loc) 214 B
export declare type FieldNamesType = { label?: string; value?: string; disabled?: string; children?: string; }; export declare const useFieldNames: (fieldNames?: FieldNamesType) => string[];