UNPKG

create-magner

Version:

CLI for bootstrapping Magner projects

7 lines (5 loc) 146 B
declare module '*.vue' { import { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, any>; export default component; }