mirror of https://github.com/vuejs/core.git
feat(types): expose `PublicProps` type (#2403)
This commit is contained in:
parent
d42b6ba3f5
commit
44135dc95f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue