Skip to content

Commit

Permalink
fix: iconPosition does not exist on ButtonMenu (#2131)
Browse files Browse the repository at this point in the history
* fix: iconPosition does not exist on ButtonMenu

* fix: fix iconPosition declaration
  • Loading branch information
yvmunayev committed Jan 27, 2021
1 parent b5172d7 commit a47ea12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ButtonMenu/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BaseProps, ButtonIconVariant, ButtonIconSize, MenuSize, MenuAlignment }

export interface ButtonMenuProps extends BaseProps {
icon?: ReactNode;
iconPosition?: string;
children?: ReactNode;
buttonVariant?: ButtonIconVariant;
buttonSize?: ButtonIconSize;
Expand Down

0 comments on commit a47ea12

Please sign in to comment.