@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
11 lines • 386 B
TypeScript
import React from 'react';
import { DocumentPaneProviderProps } from './types';
declare type Props = {
children: React.ReactElement;
} & DocumentPaneProviderProps;
/**
* @internal
*/
export declare const DocumentPaneProvider: React.MemoExoticComponent<({ children, index, pane, paneKey }: Props) => React.JSX.Element>;
export {};
//# sourceMappingURL=DocumentPaneProvider.d.ts.map