@nlabs/gothamjs
Version:
Platform
7 lines (6 loc) • 335 B
TypeScript
import type { FC } from 'react';
export declare const navBack: (history: any) => () => void;
export declare const navForward: (history: any) => () => void;
export declare const navGoto: (navigate: any) => (data: any) => void;
export declare const navReplace: (history: any) => (data: any) => void;
export declare const GothamRoot: FC;