react-chrono
Version:
A Modern Timeline component for React
10 lines (9 loc) • 360 B
TypeScript
import React from 'react';
import { Content } from './memoized-model';
/**
* Renders the subtitle content for the timeline card using configurable semantic tags.
* @param {Content} props - Subtitle properties
* @returns {JSX.Element | null} The rendered subtitle
*/
declare const SubTitleMemo: React.NamedExoticComponent<Content>;
export { SubTitleMemo };