UNPKG

react-hoc-modal

Version:
7 lines (6 loc) 333 B
/// <reference types="react" /> import type { TProvider, TStaticControl } from "./types"; import { ProviderContext } from "./Context"; declare const staticAction: import("react").RefObject<TStaticControl>; declare const Provider: ({ children, SPA }: TProvider) => React.ReactNode; export { Provider, ProviderContext, staticAction };