UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

6 lines (5 loc) 200 B
declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<Record<string,unknown>, Record<string,unknown>, unknown>; export default component; }