UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

9 lines (8 loc) 378 B
import * as React from "react"; import { generateRandomString } from "./__utils"; export declare type unstable_IdProviderProps = { children: React.ReactNode; prefix?: string; }; export declare const unstable_IdContext: React.Context<typeof generateRandomString>; export declare function unstable_IdProvider({ children, prefix, }: unstable_IdProviderProps): JSX.Element;