UNPKG

react-chrono

Version:
10 lines 418 B
import { default as 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 }; //# sourceMappingURL=subtitle-memo.d.ts.map