UNPKG

@primer/view-components

Version:

ViewComponents for the Primer Design System

4 lines (3 loc) 216 B
import { TreeViewElement } from './tree_view'; export declare function useRovingTabIndex(containerEl: TreeViewElement): void; export declare function getElementState(element: HTMLElement): 'open' | 'closed' | 'end';