UNPKG

@renderlesskit/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

6 lines 227 B
import { kebabCase } from "../../utils"; export function getItemId(baseId, value, id) { return id || "".concat(baseId, "-").concat(kebabCase(value)); } export * from "./useTypeaheadShortcut"; //# sourceMappingURL=index.js.map