@redocly/theme
Version:
Shared UI components lib
9 lines (8 loc) • 326 B
TypeScript
import React from 'react';
export type CatalogHistorySidebarProps = {
entityKey: string;
revision?: string;
version?: string | null;
className?: string;
};
export declare function CatalogEntityHistorySidebar({ entityKey, revision, version, className, }: CatalogHistorySidebarProps): React.ReactElement | null;