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

This commit is contained in:
2026-03-03 04:58:48 +00:00
parent 055b80b5e8
commit 9819e7f3da

View File

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