Update generated file

This commit is contained in:
Cory LaViska
2020-08-31 07:06:49 -04:00
parent 36ac492651
commit b1f1d0de12

4
src/components.d.ts vendored
View File

@@ -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;
/**