index.d.mts 77 Bytes
declare function useId(deterministicId?: string): string;

export { useId };