We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d214aea commit 893bd34Copy full SHA for 893bd34
packages/ffe-lists-react/src/DetailListCard.tsx
@@ -1,6 +1,7 @@
1
import React from 'react';
2
import classNames from 'classnames';
3
-import { BackgroundColor } from '../../ffe-cards-react/src/types';
+
4
+export type BackgroundColor = 'primary' | 'secondary' | 'tertiary';
5
6
export interface DetailListCardProps
7
extends React.ComponentPropsWithoutRef<'dl'> {
0 commit comments