UNPKG

@cblink/finches-ui

Version:

A Component Library for Vue 3

7 lines (6 loc) 391 B
import type { Component } from 'vue'; import type { ComponentType } from './types/index'; declare const componentMap: Map<ComponentType, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>; export declare function add(compName: ComponentType, component: Component): void; export declare function del(compName: ComponentType): void; export { componentMap };