UNPKG

spectra-ui

Version:

Spectra UI is a component library built in Vue 3 and TypeScript.

6 lines (5 loc) 148 B
declare module '*.vue' { import { defineComponent } from 'vue'; const Component: ReturnType<typeof defineComponent>; export default Component; }