UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 369 B
/// <reference types="react" /> import type { FlowbiteTimelineContentTheme } from "./TimelineContent"; export type TimelineContentContext = { theme: FlowbiteTimelineContentTheme; }; export declare const TimelineContentContext: import("react").Context<TimelineContentContext | undefined>; export declare function useTimelineContentContext(): TimelineContentContext;