8 lines
365 B
TypeScript
8 lines
365 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export {default as PlayIcon} from './play';
|
|
export {default as PauseIcon} from './pause';
|
|
export {default as SeekIcon, type SeekIconRef} from './seek';
|
|
export {default as SpeedIcon} from './speed';
|
|
export {default as SubtitlesIcon} from './subtitles';
|