synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
13 lines (12 loc) • 372 B
TypeScript
import React from 'react';
export declare type PageProgressProps = {
barColor: string;
barPercent: number;
backBtnLabel: string;
backBtnCallback?: Function;
forwardBtnLabel: string;
forwardBtnCallback?: Function;
forwardBtnActive: boolean;
};
declare const PageProgress: React.FunctionComponent<PageProgressProps>;
export default PageProgress;