SplitButton icon pt fix

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 12:28:19 +03:00
parent 5a45168b8e
commit 82d2ede18a
2 changed files with 2 additions and 6 deletions

View file

@ -36,10 +36,6 @@ export interface SplitButtonPassThroughOptions {
* Uses to pass attributes to the button's DOM element.
*/
button?: SplitButtonPassThroughOptionType;
/**
* Uses to pass attributes to the icon's DOM element.
*/
icon?: SplitButtonPassThroughOptionType;
/**
* Uses to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}