UNPKG

253 BTypeScriptView Raw
1import * as React from 'react';
2export declare const IdContext: React.Context<string>;
3export declare function getMenuId(uuid: string, eventKey: string): string;
4/**
5 * Get `data-menu-id`
6 */
7export declare function useMenuId(eventKey: string): string;