UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

9 lines 275 B
import React from 'react'; /** * @beta This API will change. DO NOT USE IN PRODUCTION. */ export declare function PaneDivider({ disabled, element, }: { disabled?: boolean; element: HTMLElement | null; }): React.JSX.Element; //# sourceMappingURL=PaneDivider.d.ts.map