UNPKG

react-chrono

Version:
47 lines (46 loc) 3.3 kB
import { Theme } from '@models/Theme'; import { TimelineMode } from '@models/TimelineModel'; export declare const linearGradient: import("styled-components").RuleSet<object>; export declare const MediaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $active?: boolean; $cardHeight?: number; $slideShowActive?: boolean; $textOverlay?: boolean; align?: "left" | "right" | "center"; dir?: string; mode?: TimelineMode; theme?: Theme; }>> & string; export declare const ImageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { height?: number; }>> & string; export declare const CardImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, { $enableBorderRadius?: boolean; $visible?: boolean; dir?: string; fit?: string; mode?: TimelineMode; }>> & string; export declare const CardVideo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, { height?: number; }>> & string; export declare const MediaDetailsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $absolutePosition?: boolean; $borderLessCard?: boolean; $expandFull?: boolean; $expandable?: boolean; $gradientColor?: string | null; $showText?: boolean; $textInMedia?: boolean; mode?: TimelineMode; theme?: Theme; }>> & string; export declare const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string; export declare const IFrameVideo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, never>> & string; export declare const DetailsTextWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $expandFull?: boolean; $show?: boolean; background?: string; theme?: Theme; }>> & string; export declare const CardMediaHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;