Update src/components/cardStack/layouts/timelines/TimelineBase.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import { cls } from "@/lib/utils";
|
|||||||
import CardStackTextBox from "../../CardStackTextBox";
|
import CardStackTextBox from "../../CardStackTextBox";
|
||||||
import { useCardAnimation } from "../../hooks/useCardAnimation";
|
import { useCardAnimation } from "../../hooks/useCardAnimation";
|
||||||
import type { LucideIcon } from "lucide-react";
|
import type { LucideIcon } from "lucide-react";
|
||||||
import type { ButtonConfig, CardAnimationType, TitleSegment } from "../../types";
|
import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types";
|
||||||
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
||||||
|
|
||||||
type TimelineVariant = "timeline" | "timeline-three-columns";
|
type TimelineVariant = "timeline" | "timeline-three-columns";
|
||||||
@@ -16,7 +16,7 @@ interface TimelineBaseProps {
|
|||||||
uniformGridCustomHeightClasses?: string;
|
uniformGridCustomHeightClasses?: string;
|
||||||
animationType: CardAnimationType;
|
animationType: CardAnimationType;
|
||||||
title?: string;
|
title?: string;
|
||||||
titleSegments?: TitleSegment[];
|
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
|
||||||
description?: string;
|
description?: string;
|
||||||
tag?: string;
|
tag?: string;
|
||||||
tagIcon?: LucideIcon;
|
tagIcon?: LucideIcon;
|
||||||
|
|||||||
Reference in New Issue
Block a user