UNPKG
@rc-component/menu
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
menu ui component for react
github.com/react-component/menu
react-component/menu
@rc-component/menu
/
lib
/
context
/
IdContext.d.ts
8 lines
(7 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
export
declare
const
IdContext
:
React
.
Context
<
string
>;
export
declare
function
getMenuId
(
uuid
:
string
,
eventKey
:
string
):
string
;
/** * Get `data-menu-id` */
export
declare
function
useMenuId
(
eventKey
:
string
):
string
;