UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 276 B
import { Props as CardProps } from '../card/Card'; export type ListCardProps = CardProps; declare function ListCard(props: ListCardProps): import("react/jsx-runtime").JSX.Element; declare namespace ListCard { var _supportsSpacingProps: boolean; } export default ListCard;