UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (5 loc) 307 B
import { PLAYER_CUSTOMIZED_EVENTS } from "../eventsUtils"; import { createComponent } from "./BaseComponent"; import { registerPlayer } from "@visactor/vchart"; export const Player = createComponent("Player", "player", PLAYER_CUSTOMIZED_EVENTS, !0, [ registerPlayer ]); //# sourceMappingURL=Player.js.map