UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

9 lines 301 B
import React from 'react'; interface DocumentPanelProps { footerHeight: number | null; rootElement: HTMLDivElement | null; isInspectOpen: boolean; } export declare const DocumentPanel: (props: DocumentPanelProps) => React.JSX.Element; export {}; //# sourceMappingURL=DocumentPanel.d.ts.map