Repository URL to install this package:
|
Version:
0.9.5 ▾
|
/// <reference types="react" />
import { ProgressBarProps } from './typings';
declare function renderFillBar(props: ProgressBarProps): JSX.Element;
declare function renderWrapper(props: ProgressBarProps): JSX.Element;
export { renderFillBar, renderWrapper };