UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

8 lines (7 loc) 415 B
/** @format */ import type { Component } from 'vue'; import type { ComponentType } from './types/component-type'; 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 };