UNPKG

igniteui-react-grids

Version:

Ignite UI React Grid components.

6 lines (5 loc) 254 B
/** * Use the function to get a random UUID string when secure context is not guaranteed making crypto.randomUUID unavailable. * @returns A random UUID string. */ export declare function getUUID(): `${string}-${string}-${string}-${string}-${string}`;