UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

10 lines (7 loc) 185 B
'use client'; 'use strict'; function randomId() { return `mantine-${Math.random().toString(36).slice(2, 11)}`; } exports.randomId = randomId; //# sourceMappingURL=random-id.cjs.map