Skip to content

Commit

Permalink
Fix primefaces#4883: Splitbutton PT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 26, 2023
1 parent dab8096 commit 4b676e0
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 4b676e0

Please sign in to comment.