Skip to content

Commit

Permalink
Fix #4883: Splitbutton PT docs (#5406)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 26, 2023
1 parent 2152a3a commit d5adaca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/lib/splitbutton/splitbutton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ export interface SplitButtonPassThroughOptions {
* Uses to pass attributes to the root's DOM element.
*/
root?: SplitButtonPassThroughType<React.HTMLAttributes<HTMLDivElement>>;
/**
* Uses to pass attributes to the icon's DOM element.
*/
icon?: SplitButtonPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement | SVGSVGElement>>;
/**
* Uses to pass attributes to the Button component.
*/
button?: ButtonPassThroughOptions;
/**
* Uses to pass attributes to the icon's DOM element.
*/
icon?: SplitButtonPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement | SVGSVGElement>>;
/**
* Uses to pass attributes to the Button component.
*/
Expand Down

0 comments on commit d5adaca

Please sign in to comment.