UNPKG

232 BTypeScriptView Raw
1/** Is client side and not jsdom */
2export declare const isBrowserClient: boolean;
3/** Get unique id for accessibility usage */
4export declare function getUUID(): number | string;
5export default function useId(id?: string): string;