diff --git a/packages/@luke-ui/react/src/icon-button/icon-button.tsx b/packages/@luke-ui/react/src/icon-button/icon-button.tsx index 9a78d046..af51a654 100644 --- a/packages/@luke-ui/react/src/icon-button/icon-button.tsx +++ b/packages/@luke-ui/react/src/icon-button/icon-button.tsx @@ -21,7 +21,10 @@ interface IconButtonStyleProps { size?: IconButtonRecipeProps['size']; } -type _IconButtonOmit = DistributiveOmit; +type _IconButtonOmit = DistributiveOmit< + PrimitiveButtonProps, + 'isBlock' | 'size' | keyof DocumentedPressProps +>; interface _IconButtonProps extends _IconButtonOmit, IconButtonStyleProps, DocumentedPressProps { /** Icon name from the generated icon set. */