]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat(types): expose `PublicProps` type (#2403)
authorCarlos Rodrigues <carlos@hypermob.co.uk>
Fri, 8 Dec 2023 14:17:46 +0000 (14:17 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Dec 2023 14:17:46 +0000 (22:17 +0800)
packages/runtime-core/src/index.ts

index f8d21242b83ee98b16d28ce57337beac9c4f83c3..67ee06fda4ee95a0fa53c04603b6abb3900193c5 100644 (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,