UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 392 B
import React from 'react'; export interface DocumentPanelHeaderProps { rootElement: HTMLDivElement | null; } declare const MemoizedDocumentPanelHeader: React.MemoExoticComponent<React.ForwardRefExoticComponent<DocumentPanelHeaderProps & React.RefAttributes<HTMLDivElement>>>; export { MemoizedDocumentPanelHeader as DocumentPanelHeader }; //# sourceMappingURL=DocumentPanelHeader.d.ts.map