Add src/components/cardStack/CardStack.ts
This commit is contained in:
8
src/components/cardStack/CardStack.ts
Normal file
8
src/components/cardStack/CardStack.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type CardStackProps = {
|
||||
title: string;
|
||||
description?: string;
|
||||
children?: React.ReactNode;
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
export { CardStack };
|
||||
Reference in New Issue
Block a user