Update src/components/cardStack/CardList.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useRef, useEffect, useState } from 'react';
|
||||
import React, { useRef } from 'react';
|
||||
import { useCardAnimation, UseCardAnimationOptions } from '@/hooks/useCardAnimation';
|
||||
|
||||
interface CardListProps {
|
||||
export interface CardListProps {
|
||||
children: React.ReactNode;
|
||||
containerClassName?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user