@mantine/hooks
Version:
A collection of 50+ hooks for state and UI management
1 lines • 358 B
Source Map (JSON)
{"version":3,"file":"random-id.mjs","names":[],"sources":["../../../src/utils/random-id/random-id.ts"],"sourcesContent":["export function randomId(prefix = 'mantine-'): string {\n return `${prefix}${Math.random().toString(36).slice(2, 11)}`;\n}\n"],"mappings":";;AAAA,SAAgB,SAAS,SAAS,YAAoB;AACpD,QAAO,GAAG,SAAS,KAAK,QAAQ,CAAC,SAAS,GAAG,CAAC,MAAM,GAAG,GAAG"}