vuex icon indicating copy to clipboard operation
vuex copied to clipboard

Update typescript-support.md

Open ashishb opened this issue 1 year ago • 1 comments

Replace

import { InjectionKey } from 'vue'

with

import type { InjectionKey } from 'vue'

As the types should now be explicitly imported as type-only imports

ashishb avatar Mar 07 '23 09:03 ashishb