diff --git a/components/lib/splitbutton/splitbutton.d.ts b/components/lib/splitbutton/splitbutton.d.ts index 5db863040f..1d5f76137a 100644 --- a/components/lib/splitbutton/splitbutton.d.ts +++ b/components/lib/splitbutton/splitbutton.d.ts @@ -37,14 +37,14 @@ export interface SplitButtonPassThroughOptions { * Uses to pass attributes to the root's DOM element. */ root?: SplitButtonPassThroughType>; - /** - * Uses to pass attributes to the icon's DOM element. - */ - icon?: SplitButtonPassThroughType | React.HTMLAttributes>; /** * Uses to pass attributes to the Button component. */ button?: ButtonPassThroughOptions; + /** + * Uses to pass attributes to the icon's DOM element. + */ + icon?: SplitButtonPassThroughType | React.HTMLAttributes>; /** * Uses to pass attributes to the Button component. */