@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
16 lines • 506 B
TypeScript
import React from 'react';
interface PaneHeaderProps {
actions?: React.ReactNode;
backButton?: React.ReactNode;
loading?: boolean;
subActions?: React.ReactNode;
tabs?: React.ReactNode;
title: React.ReactNode;
totalReferenceCount?: number;
}
/**
* @beta This API will change. DO NOT USE IN PRODUCTION.
*/
export declare const PaneHeader: React.ForwardRefExoticComponent<PaneHeaderProps & React.RefAttributes<HTMLDivElement>>;
export {};
//# sourceMappingURL=PaneHeader.d.ts.map