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

This commit is contained in:
Carlos Rodrigues 2023-12-08 14:17:46 +00:00 committed by GitHub
parent d42b6ba3f5
commit 44135dc95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,