UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 392 B
import React from 'react'; import { SubotInlineRevampContainerProps } from "./types"; type Props = Omit<SubotInlineRevampContainerProps, 'bgColor' | 'primaryColor' | 'container_bg_image' | 'textColor' | 'textButtonColor' | 'bgContentColor' | 'bgImgFullContainer'>; declare const SubotInlineRevampWithTheme: (props: Props) => React.JSX.Element; export default SubotInlineRevampWithTheme;