react-chrono
Version:
A Modern Timeline component for React
7 lines • 446 B
TypeScript
/**
* Context index file - exports the new unified context system
* @public
*/
/** @public */
export { TimelineContextProvider, useTimelineContext, useTimelineStaticConfig, useTimelineDynamicState, useTimelineMemoizedObjects, type TimelineContextValue, type TimelineStaticConfig, type TimelineDynamicState, type TimelineMemoizedObjects, type TimelineContextProviderProps, } from './TimelineContextProvider';
//# sourceMappingURL=index.d.ts.map