index.d.ts 77 Bytes Edit Raw Blame History Permalink 1 2 3 declare function useId(deterministicId?: string): string; export { useId };