refactor(SW-296)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
||||
|
||||
export interface CardImageProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
card: CardProps | undefined
|
||||
card?: CardProps
|
||||
imageCards: Pick<CardProps, "backgroundImage">[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user