Merge pull request #6989 from laylatichy/update-splitbutton-state-attribute
fix: rename isBlocked to isExpanded in SplitButtonState interfacepull/7014/head
commit
43542fd65d
|
@ -104,10 +104,10 @@ export interface SplitButtonPassThroughAttributes {
|
|||
*/
|
||||
export interface SplitButtonState {
|
||||
/**
|
||||
* Current blocked state as a boolean.
|
||||
* Current expanded state as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
isBlocked: boolean;
|
||||
isExpanded: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue