/**
 * 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';
