Skip to content

Commit

Permalink
chore: fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Smit committed Oct 9, 2024
1 parent 3656b8f commit ae66b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components-react/src/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { ForwardedRef, forwardRef, PropsWithChildren } from 'react';
export { Button, type ButtonProps, PrimaryActionButton, SecondaryActionButton, SubtleButton };

export interface IconButtonProps extends ButtonProps {
className?: string;
label: string;
}

Expand Down

0 comments on commit ae66b22

Please sign in to comment.