UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

8 lines (6 loc) 200 B
'use client'; function lowerFirst(value) { return typeof value !== "string" ? "" : value.charAt(0).toLowerCase() + value.slice(1); } export { lowerFirst }; //# sourceMappingURL=lower-first.mjs.map