UNPKG

@hhgtech/hhg-components

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