UNPKG

@react-motion-router/core

Version:

Declarative routing library for ReactJS ⚛ with animations baked in ⏮

7 lines (6 loc) 196 B
import { Vec2 } from "./common/types"; export declare class ScrollRestorationData { private _map; set(key: string, scrollPos?: Vec2): void; get(key: string): Vec2 | undefined; }