UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

8 lines (5 loc) 173 B
import { g as getInputId } from './getInputId-aa144169.js'; function getLabelId(name, baseId) { return getInputId(name, baseId, "-label"); } export { getLabelId as g };