iconoir/packages/iconoir-vue/src/providerKey.ts
2023-10-29 00:33:17 +02:00

4 lines
150 B
TypeScript

import type { InjectionKey, SVGAttributes } from 'vue-demi';
const providerKey = Symbol() as InjectionKey<SVGAttributes>;
export default providerKey;