Update src/components/cardStack/types.ts
This commit is contained in:
@@ -4,7 +4,7 @@ import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvide
|
|||||||
|
|
||||||
export type { ButtonConfig, TextboxLayout, InvertedBackground };
|
export type { ButtonConfig, TextboxLayout, InvertedBackground };
|
||||||
|
|
||||||
export type TitleSegment =
|
export type Elevate Your Brand with Expert Copywriting and Content EnhancementSegment =
|
||||||
| { type: "text"; content: string }
|
| { type: "text"; content: string }
|
||||||
| { type: "image"; src: string; alt?: string };
|
| { type: "image"; src: string; alt?: string };
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ export type CardAnimationType =
|
|||||||
|
|
||||||
export interface TextBoxProps {
|
export interface TextBoxProps {
|
||||||
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