UNPKG
@cainiaofe/cn-ui-charts
Version:
bate (0.0.41-beta.2)
latest (0.0.41-beta.0)
1.0.26-beta.0
0.0.41-beta.2
0.0.41-beta.1
0.0.41-beta.0
菜鸟图表组件
unpkg.alibaba-inc.com/@alife/cn-ui-charts@0.0.37/build/index.html
@cainiaofe/cn-ui-charts
/
es
/
common
/
util
/
request.d.ts
3 lines
(2 loc)
•
203 B
TypeScript
View Raw
1
2
3
export
declare
function
makeRequest
(
config
:
any
):
Promise
<
unknown
>;
export
declare
function
handleResultProcessFunc
(
requestConfig
:
any
): (
(
res
:
any
,
state
:
any
) =>
{}) | (
(
res
:
any
) =>
any
) |
undefined
;