diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index f8d21242b83..67ee06fda4e 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -232,7 +232,7 @@ export type { ComponentCustomProps, AllowedComponentProps } from './component' -export type { DefineComponent } from './apiDefineComponent' +export type { DefineComponent, PublicProps } from './apiDefineComponent' export type { ComponentOptions, ComponentOptionsMixin,