diff --git a/typescript/base/single/button/buttons/button.icon.ts b/typescript/base/single/button/buttons/button.icon.ts index d3d6817e1..5acbea8aa 100644 --- a/typescript/base/single/button/buttons/button.icon.ts +++ b/typescript/base/single/button/buttons/button.icon.ts @@ -5,7 +5,7 @@ export declare class IconButton extends BasicButton { static EVENT_CHANGE: string; props: { - iconWidth: number; - iconHeight: number; + iconWidth?: number; + iconHeight?: number; } & BasicButton['props'] }