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