UNPKG

react-openfin-mat-impl

Version:
9 lines (8 loc) 242 B
import * as React from 'react'; import { RouteItem } from "../../routes"; interface IProps { routes: RouteItem[]; location?: any; } declare const NotificationLayout: React.FunctionComponent<IProps>; export default NotificationLayout;