UNPKG

@react-motion-router/core

Version:

Declarative routing library for ReactJS ⚛ with animations baked in ⏮

5 lines (4 loc) 251 B
/// <reference types="react" /> import { PlainObject, RouteProp } from "./common/types"; import { ScreenBaseProps } from "./ScreenBase"; export declare const RouteDataContext: import("react").Context<RouteProp<ScreenBaseProps, PlainObject<any>>>;