UNPKG

ahooks

Version:
5 lines (4 loc) 224 B
import type { AntdFormUtils } from '../useAntdTable/types'; import type { Field } from './types'; export declare const fieldAdapter: (field: Field) => AntdFormUtils; export declare const resultAdapter: (result: any) => any;