UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 217 B
import type { Dispatch, SetStateAction } from 'react'; import type { ItemState } from '../../../core/types'; export declare function useMenuItemExpanded(item: ItemState): [boolean, Dispatch<SetStateAction<boolean>>];