UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 213 B
import React from 'react'; export type CatalogLastUpdateCellProps = { lastModified: string; }; export declare function CatalogLastUpdateCell({ lastModified, }: CatalogLastUpdateCellProps): React.ReactElement;