PeerTube/client/src/assets/player/shared/control-bar/index.ts

7 lines
227 B
TypeScript
Raw Normal View History

2022-03-14 14:28:20 +01:00
export * from './next-previous-video-button'
export * from './p2p-info-button'
export * from './peertube-link-button'
2022-12-20 16:28:15 +01:00
export * from './peertube-live-display'
2023-06-01 14:51:16 +02:00
export * from './storyboard-plugin'
2022-03-14 14:28:20 +01:00
export * from './theater-button'