UNPKG

@ovine/core

Version:

Build flexible admin system with json.

7 lines (6 loc) 220 B
import { Api } from 'amis/lib/types'; export declare const libFetcher: (api: Api, data: any, option?: { [propName: string]: any; autoAppend?: boolean | undefined; ignoreData?: boolean | undefined; }) => any;