UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

5 lines (4 loc) 224 B
import { BaseComponentProps } from './BaseComponent'; import type { ITitleSpec } from '@visactor/vchart'; export type TitleProps = ITitleSpec & BaseComponentProps; export declare const Title: import("react").FC<TitleProps>;