Results 1 comments of jasirou

for `Comp` can write like this: ```typescript import { type ExtractPublicPropTypes } from "vue"; const props = { p1: String, p2: { type: Number }, p3: { type: Boolean, required:...