UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 234 B
import React from 'react'; import { StatsBarProps } from './StatsBar.types'; declare const StatsBarComponent: React.ForwardRefExoticComponent<StatsBarProps & React.RefAttributes<HTMLDivElement>>; export default StatsBarComponent;