UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

13 lines 340 B
import React from 'react'; /** * @internal */ export declare function PaneRouterProvider(props: { children: React.ReactNode; flatIndex: number; index: number; params: Record<string, string | undefined>; payload: unknown; siblingIndex: number; }): React.JSX.Element; //# sourceMappingURL=PaneRouterProvider.d.ts.map