@vertisanpro/flowbite-react
Version:
Non-Official React components built for Flowbite and Tailwind CSS
8 lines (7 loc) • 307 B
TypeScript
import type { FlowbiteTimelineTheme } from './Timeline';
export type TimelineContext = {
theme: FlowbiteTimelineTheme;
horizontal?: boolean;
};
export declare const TimelineContext: import("react").Context<TimelineContext | undefined>;
export declare function useTimelineContext(): TimelineContext;