UNPKG

@fe6/water-pro

Version:

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

5 lines (4 loc) 200 B
/** @format */ import type { Component } from 'vue'; import type { ComponentType } from '../types/index'; export declare function useComponentRegister(compName: ComponentType, comp: Component): void;