UNPKG
@slan-health/taro-vueuse
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
taro vue版本hooks
@slan-health/taro-vueuse
/
dist
/
useRequest
/
core
/
definePlugin.d.ts
4 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
PluginImplementType
}
from
'./types'
;
export
declare
const
definePlugin
:
(
options
:
PluginImplementType
<
any
,
any
>
) =>
PluginImplementType
<
any
,
any
>;