UNPKG

@carbon/react

Version:

React components for the Carbon Design System

3 lines (2 loc) 379 B
export declare const uniqueIdDeprecationMessage = "The `uniqueId()` helper function from @carbon/react was called. This function should no longer be used.\n\n@carbon/react components should use the internal/useId.js hook instead. Other projects can use React's `useId()` hook: https://react.dev/reference/react/useId"; export declare const uniqueId: (prefix?: string) => string;