UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
es
/
getMenuId-34730bd3.js
6 lines
(4 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
6
function
getMenuId
(
baseId
) {
return
baseId +
"-menu"
; }
export
{ getMenuId
as
g };