Add src/components/cardStack/layouts/types.ts
This commit is contained in:
4
src/components/cardStack/layouts/types.ts
Normal file
4
src/components/cardStack/layouts/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface TimelineItem {
|
||||
id: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
Reference in New Issue
Block a user