UNPKG

@twotwoba/vv-cli

Version:

Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.

11 lines (9 loc) 312 B
declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<object, object, any> export default component } // Varlet 全局工具方法类型声明(可根据需要扩展) interface Window { // 如需挂载 Varlet 的全局方法,可在此声明 }