UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

20 lines 552 B
import { CardTone } from '@sanity/ui'; import React from 'react'; import { Observable } from 'rxjs'; interface LoadingPaneProps { delay?: number; flex?: number; message?: string | ((p: string[]) => string | Observable<string>); minWidth?: number; paneKey: string; path?: string; selected?: boolean; title?: string; tone?: CardTone; } /** * @internal */ export declare const LoadingPane: React.MemoExoticComponent<(props: LoadingPaneProps) => React.JSX.Element>; export {}; //# sourceMappingURL=LoadingPane.d.ts.map