/** * Provide unique component name while using this hook * In react 18, React.useId is a better way to choose */ export default function useId(prefix: string): string | undefined;