jessibuca
Version:
a h5 live stream player
13 lines (11 loc) • 571 B
text/typescript
export { HLSPlayer } from './HLSPlayer';
export { default as HLSPlayerVue } from './HLSPlayerVue';
export { default as Timeline } from './Timeline';
export { default as BasicTimeline } from './BasicTimeline';
export { default as RangeTimeline } from './RangeTimeline';
export type { TimeRange, TimelineOptions, TimelineBaseProps } from './TimelineBase';
export type { BasicTimelineProps } from './BasicTimeline';
export type { RangeTimelineProps } from './RangeTimeline';
export { TimelineBase } from './TimelineBase';
import './HLSPlayer.css';
import './Timeline.css';