3 lines
77 B
TypeScript
Executable file
3 lines
77 B
TypeScript
Executable file
declare function useId(deterministicId?: string): string;
|
|
|
|
export { useId };
|