mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Update generated file
This commit is contained in:
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@@ -601,7 +601,7 @@ export namespace Components {
|
||||
}
|
||||
interface SlMenuItem {
|
||||
/**
|
||||
* Set to true to draw the menu item in an active state.
|
||||
* Draws the menu in an active (i.e. or hover/focus), state to indicate the current menu selection. This is used in lieu of standard :hover and :focus states to prevent concurrent interactions from different devices, such as focusing with the keyboard and hovering with the mouse.
|
||||
*/
|
||||
"active": boolean;
|
||||
/**
|
||||
@@ -1967,7 +1967,7 @@ declare namespace LocalJSX {
|
||||
}
|
||||
interface SlMenuItem {
|
||||
/**
|
||||
* Set to true to draw the menu item in an active state.
|
||||
* Draws the menu in an active (i.e. or hover/focus), state to indicate the current menu selection. This is used in lieu of standard :hover and :focus states to prevent concurrent interactions from different devices, such as focusing with the keyboard and hovering with the mouse.
|
||||
*/
|
||||
"active"?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user