UNPKG

170 BTypeScriptView Raw
1export { useFieldNames } from './useFieldNames';
2export type { FieldNamesType } from './useFieldNames';
3export declare type BaseOptionType = {
4 [key: string]: any;
5};