UNPKG

react-chrono

Version:
10 lines (9 loc) 360 B
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 };