UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 383 B
import type { ThemingProps } from "../../types"; import type { TimelineContentTheme } from "./TimelineContent"; export type TimelineContentContextValue = ThemingProps<TimelineContentTheme>; export declare const TimelineContentContext: import("react").Context<TimelineContentContextValue | undefined>; export declare function useTimelineContentContext(): TimelineContentContextValue;