UNPKG
advint-user-admin
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
开箱即用的后台管理基础用户系统组件
www.npmjs.com/package/advint-user-admin
advint-user-admin
/
lib
/
types
/
pages
/
config-provider
/
src
/
type.d.ts
5 lines
(4 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
import
{
InjectionKey
,
Ref
}
from
'vue'
;
import
{
ConfigProviderProps
}
from
'./props'
;
export
type
ConfigProviderContext
=
Partial
<
ConfigProviderProps
>;
export
declare
const
configProviderContextKey
:
InjectionKey
<
Ref
<
ConfigProviderContext
>>;