UNPKG

207 BTypeScriptView Raw
1export declare type FieldNamesType = {
2 label?: string;
3 value?: string;
4 disabled?: string;
5 children?: string;
6};
7export declare const useFieldNames: (fieldNames?: FieldNamesType) => string[];