UNPKG

@uisimple/create-simple-cli

Version:

Simple CLI

9 lines (6 loc) 182 B
/// <reference types="vite/client" /> declare module '*.vue' { import { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component }