UNPKG

@extclp/vexip-ui

Version:

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

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