UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

5 lines 300 B
import { RouterPanes } from '../types'; export declare function parsePanesSegment(str: string): RouterPanes; export declare function encodePanesSegment(panes: RouterPanes): string; export declare function parseOldPanesSegment(str: string): RouterPanes; //# sourceMappingURL=parsePanesSegment.d.ts.map