Prechádzať zdrojové kódy

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

Carlos Rodrigues 2 rokov pred
rodič
commit
44135dc95f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,