UNPKG

next

Version:

The React Framework

4 lines (3 loc) 184 B
/// <reference types="react" /> export declare const RefreshContext: import("react").Context<(_props?: any) => void>; export declare function useRefreshRoot(): (_props?: any) => void;