UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

8 lines (6 loc) 193 B
/// <reference types="vite/client" /> declare module "*" { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, unknown> export default component }