UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 278 B
/** * Component Entry * */ import Card from './Card'; export type { CardProps } from './Card'; export type { CardActionProps } from './CardAction'; export type { CardListProps } from './CardList'; export type { CardListItemProps } from './CardListItem'; export default Card;