You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,7 +9,7 @@ import { useSyncExternalStore } from "../state";
9
9
* @param {"auto"|"manual"} param.mode - popover state: __auto__ indicates that popover can be "light dismissed" by selecting outside the popover area, by contrast __manual__ popover must always be explicity hidden.
10
10
* @param {(evt: ToggleEvent) => void} [param.onBeforeToggle] - function that will be executed before popover showed/hidden.
11
11
* @param {(evt: ToggleEvent) => void} [param.onToggle] - function that will be executed when popover has been showed/hidden.
12
-
* @returns {UsePopoverResult} reuslt
12
+
* @returns {UsePopoverResult} result
13
13
* Object with these properties:
14
14
* - __isSupported__: boolean that indicates if Popover API is supported or not.
15
15
* - __isSupported__: boolean that indicates if popover is opened or not.
0 commit comments