UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

10 lines (6 loc) 212 B
'use strict'; var getInputId = require('./getInputId-cbd3bbcc.js'); function getPushButtonId(name, baseId) { return getInputId.getInputId(name, baseId, "-push"); } exports.getPushButtonId = getPushButtonId;