UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

6 lines (4 loc) 159 B
import { getInputId } from "./getInputId"; export function getLabelId(name: any, baseId: string | undefined) { return getInputId(name, baseId, "-label"); }