function useMenuIsOpen(
id: string,
cb?: (isOpen: boolean) => void
): readonly [boolean, (isOpen: boolean) => void]
Parameters
Name | Description |
---|
id
| |
cb
| (isOpen: boolean) => void
|
Returns
readonly [boolean, (isOpen: boolean) => void]
We use cookies on this website.
Learn more in our Cookie Policy.