flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
7 lines (6 loc) • 313 B
TypeScript
import type { FlowbiteTimelineItemTheme } from "./TimelineItem";
export type TimelineItemContext = {
theme: FlowbiteTimelineItemTheme;
};
export declare const TimelineItemContext: import("react").Context<TimelineItemContext | undefined>;
export declare function useTimelineItemContext(): TimelineItemContext;