UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 452 B
import React from 'react'; import { ContextProps, ContextType } from "./types"; export declare const SubotInlineContext: React.Context<ContextType>; export declare const SubotInlineProvider: ({ children, articleLink, subotId, isFullContainer, bgColor: _bgColor, primaryColor: _primaryColor, textColor, textButtonColor, bgContentColor, bgImgFullContainer, isDisabledAnimationOnMobile, onCloseMobile, userInfo, }: ContextProps) => React.JSX.Element;