UNPKG

react-openfin-mat-impl

Version:
7 lines (6 loc) 194 B
import * as React from 'react'; interface IProps { onClose: (...args: any[]) => void; } declare const OfflineOverlayComp: React.FunctionComponent<IProps>; export default OfflineOverlayComp;