Skip to content

Commit

Permalink
feat(types): expose PublicProps type (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Dec 8, 2023
1 parent d42b6ba commit 44135dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44135dc

Please sign in to comment.