UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 244 B
/// <reference types="react" /> import { TModalGalleryContext } from "./type"; export declare const ModalGalleryContext: import("react").Context<TModalGalleryContext>; export declare function useModalGalleryContext(): TModalGalleryContext;