UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

3 lines (2 loc) 104 B
import type { PropType } from "vue"; export declare const definePropType: <T>(val: any) => PropType<T>;