UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

8 lines (7 loc) 179 B
import { BoxProps } from '../Box/Box.types'; export interface CardProps extends BoxProps { /** * Wheather the card has hover state. */ hover?: boolean; }