Add src/components/cardStack/layouts/types.ts

This commit is contained in:
2026-03-03 05:00:28 +00:00
parent e3d61b2f11
commit b38d9f4158

View File

@@ -0,0 +1,4 @@
export interface TimelineItem {
id: string;
[key: string]: any;
}