UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

8 lines (6 loc) 162 B
'use client'; function randomId() { return `mantine-${Math.random().toString(36).slice(2, 11)}`; } export { randomId }; //# sourceMappingURL=random-id.mjs.map