npm i tqy-ui
import tqyUi from 'tqy-ui'
import 'tqy-ui/tqy-ui.css'
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'tqy-ui';