UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

12 lines (11 loc) 373 B
import "../../chunks/chunk.LNH2V2XS.js"; import "../../define/vds-time.js"; import * as React from "react"; import { createComponent } from "../lib/index.js"; import { TimeElement } from "../../ui/time/index.js"; const EVENTS = {}; const Time = createComponent(React, "vds-time", TimeElement, EVENTS, "Time"); var Time_default = Time; export { Time_default as default };