jessibuca
Version:
a h5 live stream player
10 lines (9 loc) • 519 B
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';