UNPKG

@moohng/dui

Version:

基于 Vue 3 的轻量级组件库

24 lines (18 loc) 456 B
declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component } declare module '@moohng/dan/lib/copy' { import copy from '@moohng/dan/lib/copy' const c: (text: string) => void = copy export default c } // declare module '@moohng/dan/lib/copy' declare module 'ali-oss' declare module 'swiper/vue' interface Window { WeixinJSBridge: { invoke: Function } }