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
/
lib
/
getMenuId-ae301adb.js
8 lines
(5 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
function
getMenuId
(
baseId
) {
return
baseId +
"-menu"
; }
exports
.
getMenuId
= getMenuId;