Explorar o código

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

Carlos Rodrigues %!s(int64=2) %!d(string=hai) anos
pai
achega
44135dc95f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,