Merge version_2 into main #16

Merged
bender merged 1 commits from version_2 into main 2026-03-12 04:06:50 +00:00

View File

@@ -18,7 +18,7 @@ export type ButtonAnimationType = any;
export type TitleSegment = any;
export type TextboxLayout = any;
export type InvertedBackground = any;
export type Metric = any;
export type Metric = { id: string; value: string; title: string; items?: string[] };
export interface MetricCardOneGridVariant extends GridVariant {}
export interface MetricCardTwoGridVariant extends GridVariant {}