UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

4 lines (3 loc) 224 B
import type { IDefaultGraphicParamsType } from '@visactor/vrender-kits/jsx/graphicType'; import { Tag, type TagAttributes } from '../tag'; export declare function VTag(params: IDefaultGraphicParamsType<TagAttributes>): Tag;