UNPKG

@nlabs/gothamjs

Version:
7 lines (6 loc) 188 B
import type { RouteProps } from 'react-router'; export type GothamRouteData = RouteProps & { readonly authenticate?: boolean; readonly props?: any; readonly children?: any; };