UNPKG

@cblink/finches-ui

Version:

A Component Library for Vue 3

25 lines (23 loc) 794 B
/* * @Description: * @Author: 华松林 * @Date: 2021-11-29 16:13:29 * @LastEditors: yoki * @LastEditTime: 2021-12-09 16:14:56 * @FilePath: /finches-ui/typings/global.d.ts */ declare module 'vue' { export interface GlobalComponents { CbTest: typeof import('finches-ui')['CbTest'] CbForm: typeof import('finches-ui')['CbForm'] CbTable: typeof import('finches-ui')['CbTable'] CbTree: typeof import('finches-ui')['CbTree'] CbMenu: typeof import('finches-ui')['CbMenu'] CbEmpty: typeof import('finches-ui')['CbEmpty'] CbUpload: typeof import('finches-ui')['CbUpload'] CbEditor: typeof import('finches-ui')['CbEditor'] CbCascaderPanel: typeof import('finches-ui')['CbCascaderPanel'] CbDialog: typeof import('finches-ui')['CbDialog'] } } export {}