UNPKG

react-openfin-mat-impl

Version:
10 lines (9 loc) 289 B
import * as React from 'react'; export declare const LoadingBarComponent: React.FunctionComponent<{}>; interface IProps { appLogo: string; companyLogo: string; version: string; } declare const LoadingComponent: React.FunctionComponent<IProps>; export default LoadingComponent;