Skip to content

Commit 44135dc

Browse files
authoredDec 8, 2023
feat(types): expose PublicProps type (#2403)
1 parent d42b6ba commit 44135dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/runtime-core/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export type {
232232
ComponentCustomProps,
233233
AllowedComponentProps
234234
} from './component'
235-
export type { DefineComponent } from './apiDefineComponent'
235+
export type { DefineComponent, PublicProps } from './apiDefineComponent'
236236
export type {
237237
ComponentOptions,
238238
ComponentOptionsMixin,

0 commit comments

Comments
 (0)
Please sign in to comment.