UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

12 lines 281 B
import React from 'react'; interface UnknownPaneProps { isSelected: boolean; pane: unknown; paneKey: string; } /** * @internal */ export declare function UnknownPane(props: UnknownPaneProps): React.JSX.Element; export {}; //# sourceMappingURL=UnknownPaneType.d.ts.map