unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
12 lines • 759 B
TypeScript
export { ChapterManager } from './ChapterManager';
export { SkipButtonController } from './SkipButtonController';
export { UserPreferencesManager } from './UserPreferencesManager';
export * from './types/ChapterTypes';
export { useChapters } from '../react/hooks/useChapters';
export { SkipButton } from '../react/components/SkipButton';
export { ChapterProgress } from '../react/components/ChapterProgress';
export type { UseChaptersOptions, UseChaptersResult } from '../react/hooks/useChapters';
export type { SkipButtonProps } from '../react/components/SkipButton';
export type { ChapterProgressProps } from '../react/components/ChapterProgress';
export type { ChapterMarker } from '../react/components/ChapterProgress';
//# sourceMappingURL=index.d.ts.map