@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
1 lines • 473 B
Source Map (JSON)
{"version":3,"file":"config-provider.mjs","sources":["../../../../packages/tokens/config-provider.ts"],"sourcesContent":["import type { ConfigProviderProps } from '@vuesax-alpha/components/config-provider'\nimport type { InjectionKey, Ref } from 'vue'\n\nexport type ConfigProviderContext = Partial<ConfigProviderProps>\n\nexport const configProviderContextKey: InjectionKey<\n Ref<ConfigProviderContext>\n> = Symbol()\n"],"names":[],"mappings":"AAKO,MAAM,2BAET,MAAO;;;;"}