UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

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