UNPKG

@nlabs/gothamjs

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