UNPKG

react-timeline

Version:

A simple configurable react timeline component

6 lines (5 loc) 199 B
import React from 'react'; export declare const useContentCache: () => { setContentCache: (id: string, content: React.ReactNode) => void; getContentCache: (id: string) => React.ReactNode; };