@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
9 lines • 321 B
TypeScript
import React from 'react';
import { BaseDeskToolPaneProps } from '../types';
declare type DocumentListPaneProps = BaseDeskToolPaneProps<'documentList'>;
/**
* @internal
*/
export declare const DocumentListPane: React.NamedExoticComponent<DocumentListPaneProps>;
export {};
//# sourceMappingURL=DocumentListPane.d.ts.map