UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

15 lines 518 B
import { CardProps } from '@sanity/ui'; import React from 'react'; /** * @beta This API will change. DO NOT USE IN PRODUCTION. */ export interface PaneLayoutProps { minWidth?: number; onCollapse?: () => void; onExpand?: () => void; } /** * @beta This API will change. DO NOT USE IN PRODUCTION. */ export declare function PaneLayout(props: PaneLayoutProps & CardProps & Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'height' | 'ref' | 'wrap'>): React.JSX.Element; //# sourceMappingURL=PaneLayout.d.ts.map