UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

8 lines (7 loc) 268 B
declare module '*.vue' { import { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component } declare module '*.less'