UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

7 lines (6 loc) 256 B
/** * Provide unique component name while using this hook * In react 18, React.useId is a better way to choose * Related issue: https://github.com/arco-design/arco-design/issues/958 */ export default function useId(prefix: string): string | undefined;