UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 404 B
import React from 'react'; import { PlaybackProgressBarProps } from './PlaybackProgressBar.types'; declare const PlaybackProgressBarComponent: React.ForwardRefExoticComponent<PlaybackProgressBarProps<any> & React.RefAttributes<HTMLDivElement>>; export { PlaybackState as ProgressBarPlaybackState, playbackButtonSize } from './PlaybackProgressBar.types'; export default PlaybackProgressBarComponent;