UNPKG

antd-mobile

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