UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

7 lines (6 loc) 171 B
/** * Uses React 18's built-in `useId()` when available, or falls back to * using uuidv4 otherwise */ export const useId: typeof uuidv4; import uuidv4 from './uuidv4';