mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
refactor(components): [config-provider] refactor tokens (#7982)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import type { configProviderProps } from '@element-plus/components/config-provider'
|
||||
import type { ExtractPropTypes, InjectionKey, Ref } from 'vue'
|
||||
import type { ConfigProviderProps } from '@element-plus/components/config-provider'
|
||||
import type { InjectionKey, Ref } from 'vue'
|
||||
|
||||
export type ConfigProviderContext = Partial<
|
||||
ExtractPropTypes<typeof configProviderProps>
|
||||
>
|
||||
export type ConfigProviderContext = Partial<ConfigProviderProps>
|
||||
|
||||
export const configProviderContextKey: InjectionKey<
|
||||
Ref<ConfigProviderContext>
|
||||
|
||||
Reference in New Issue
Block a user