UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

10 lines 487 B
/// <reference types="react" /> import { OverlayContainerProps } from '../components/overlay-container/overlay-container'; declare type OverlayContextProps = Partial<OverlayContainerProps> & { titleId?: string; }; export declare const OverlayContext: import("react").Context<OverlayContextProps>; export declare const OverlayProvider: FCChildren<OverlayContextProps>; export declare const useOverlayContext: () => OverlayContextProps; export {}; //# sourceMappingURL=overlay.d.ts.map