fix: rename isBlocked to isExpanded in SplitButtonState interface
parent
e5af2d3ad0
commit
c8d9623593
|
@ -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