UNPKG

@visactor/react-vtable

Version:

The react version of VTable

5 lines (4 loc) 368 B
import type { ReactElement, JSXElementConstructor } from 'react'; import type { Tag as VTag, TagAttributes } from '@visactor/vtable/es/vrender'; import type { GraphicProps } from './type'; export declare const Tag: (props: GraphicProps<TagAttributes, VTag>) => ReactElement<GraphicProps<TagAttributes, VTag>, JSXElementConstructor<GraphicProps<TagAttributes, VTag>>>;