unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup
MIT License
3.21k stars 195 forks source link

how to auto import "SetupContext"? #129

Closed liugui closed 2 years ago

liugui commented 2 years ago

As we known, "ref"、"reactive" will be auto imported from vue with unplugin-auto-import. However, I can't see "SetupContext" in auto-imports.d.ts. If I add it manually, the typescript errors is show. How to resolve this problem? image

sxzz commented 2 years ago

TS typings will not imported. Related issue: #61

antfu commented 2 years ago

Duplicate of https://github.com/antfu/unplugin-auto-import/issues/61