IdContext.d.ts 253 B

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