@aidenlx/player
Version:
Headless web components that make integrating media on the a web a breeze.
13 lines (12 loc) • 475 B
JavaScript
import "../../chunks/chunk.S6UZ27SZ.js";
import "../../define/vds-play-button.js";
import * as React from "react";
import { createComponent } from "../lib/index.js";
import { PlayButtonElement } from "../../ui/play-button/index.js";
const EVENTS = {};
const PlayButton = createComponent(React, "vds-play-button", PlayButtonElement, EVENTS, "PlayButton");
var PlayButton_default = PlayButton;
export {
PlayButton_default as default
};
//# sourceMappingURL=PlayButton.js.map