fix: rename 'visible' to 'd_visible' in SpeedDialState interface

pull/7009/head
Layla Tichy 2024-12-26 01:27:03 +00:00 committed by GitButler
parent e5af2d3ad0
commit cab6b5e2c1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export interface SpeedDialState {
* Current visible state as a boolean. * Current visible state as a boolean.
* @defaultValue false * @defaultValue false
*/ */
visible: boolean; d_visible: boolean;
/** /**
* Current click state of component as a boolean. * Current click state of component as a boolean.
* @defaultValue false * @defaultValue false