UNPKG
@ovine-eason/core
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.1.9
Build flexible admin system with json.
CareyToboo/ovine
@ovine-eason/core
/
lib
/
components
/
amis
/
schema
/
api.d.ts
7 lines
(6 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
;