UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

6 lines (5 loc) 299 B
import { PlayerEventProps } from '../eventsUtils'; import { BaseComponentProps } from './BaseComponent'; import type { IPlayerSpec } from '@visactor/vchart'; export type PlayerProps = IPlayerSpec & BaseComponentProps & PlayerEventProps; export declare const Player: import("react").FC<PlayerProps>;