Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Graczyk committed Aug 26, 2022
1 parent 8e28d70 commit 0d5a52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-components/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Icon } from '../Icon';

import styles from './Card.module.scss';

export type CardActionType = 'none' | 'buttons' | 'expand';
export type CardButtonOptions = Pick<
ButtonProps,
'children' | 'kind' | 'onClick'
Expand Down

0 comments on commit 0d5a52e

Please sign in to comment.