Browse Source

feat(types): expose `PublicProps` type (#2403)

Carlos Rodrigues 2 years ago
parent
commit
44135dc95f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/runtime-core/src/index.ts

+ 1 - 1
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,