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,
|
ComponentCustomProps,
|
||||||
AllowedComponentProps
|
AllowedComponentProps
|
||||||
} from './component'
|
} from './component'
|
||||||
export type { DefineComponent } from './apiDefineComponent'
|
export type { DefineComponent, PublicProps } from './apiDefineComponent'
|
||||||
export type {
|
export type {
|
||||||
ComponentOptions,
|
ComponentOptions,
|
||||||
ComponentOptionsMixin,
|
ComponentOptionsMixin,
|
||||||
|
|
Loading…
Reference in New Issue