Skip to content

Commit

Permalink
Merge pull request #1932 from SpareBank1/develop_fix-detail-list-card…
Browse files Browse the repository at this point in the history
…-item

fix(ffe-lists-react): export DetailListCardItem and fix its Props
  • Loading branch information
MariaOverlierBerg authored Apr 24, 2024
2 parents b4d187c + 5dbebfb commit 0ffa7ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ffe-lists-react/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ declare class DescriptionListDescription extends React.Component<
any
> {}
declare class DetailListCard extends React.Component<
DescriptionListProps & React.ComponentProps<'dl'>,
DetailListCardProps & React.ComponentPropsWithoutRef<'dl'>,
any
> {}
declare class DetailListCardItem extends React.Component<
DetailListCardItemProps & React.ComponentPropsWithoutRef<'div'>,
any
> {}

0 comments on commit 0ffa7ad

Please sign in to comment.