UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 364 B
import React from 'react'; import { SubotInlineRevampViewProps } from "./types"; declare const ViewWithMemo: React.MemoExoticComponent<({ loading, backgroundImage, isShowFooter, isFullContainer, isDisabledAnimationOnMobile, subotSettingData, onCloseMobile, bgImgFullContainer, }: SubotInlineRevampViewProps) => React.JSX.Element>; export default ViewWithMemo;