synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines • 612 B
TypeScript
import { EntityActionMenuProps } from '../action_menu/EntityActionMenu';
export type EntityPageTitleBarProps = {
entityId: string;
versionNumber?: number;
entityActionMenuProps?: EntityActionMenuProps;
onActMemberClickAddConditionsForUse: () => void;
};
/**
* The EntityPageTitleBar component is shown on every Entity page in Synapse, and shows an Entity's metadata and
* provides controls to view and manipulate the Entity.
*/
export default function EntityPageTitleBar(props: EntityPageTitleBarProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityPageTitleBar.d.ts.map