diff --git a/types/index.d.ts b/types/index.d.ts index 91807ae691c..2b5d3a89da2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -42,7 +42,7 @@ export * from './v3-setup-helpers' export { Data } from './common' export { SetupContext } from './v3-setup-context' export { defineComponent } from './v3-define-component' -// export { defineAsyncComponent } from './defineAsyncComponent' +export { defineAsyncComponent } from './v3-define-async-component' export { SetupFunction, // v2 already has option with same name and it's for a single computed