UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

12 lines (9 loc) 174 B
declare module 'vue' { interface InputHTMLAttributes { webkitdirectory?: boolean, } interface ComponentCustomProps { [attrName: string]: any, } } export {}