UNPKG

tav-ui

Version:
4 lines (3 loc) 185 B
import type { Component } from 'vue'; import type { ComponentType } from '../types/index'; export declare function useComponentRegister(compName: ComponentType, comp: Component): void;