UNPKG

@cqmcui/cqmcui

Version:

轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

8 lines (7 loc) 262 B
import { defineComponent } from 'vue'; export declare function createComponent(name: string): { componentName: string; translate(keyPath: string, ...args: unknown[]): string; create: typeof defineComponent; createDemo: typeof defineComponent; };