UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

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