Update generated file

pull/200/head
Cory LaViska 2020-08-31 07:06:49 -04:00
rodzic 36ac492651
commit b1f1d0de12
1 zmienionych plików z 2 dodań i 2 usunięć

4
src/components.d.ts vendored
Wyświetl plik

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