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
/
getPushButtonId-9f434755.js
8 lines
(5 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ g
as
getInputId }
from
'./getInputId-aa144169.js'
;
function
getPushButtonId
(
name, baseId
) {
return
getInputId
(name, baseId,
"-push"
); }
export
{ getPushButtonId
as
g };