@hhgtech/hhg-components
Version:
Hello Health Group common components
6 lines (5 loc) • 416 B
TypeScript
import React from 'react';
import { SubotInlineRevampContainerProps } from "./types";
type Props = Omit<SubotInlineRevampContainerProps, 'bgColor' | 'primaryColor' | 'container_bg_image' | 'textColor' | 'textButtonColor' | 'bgContentColor' | 'bgImgFullContainer'>;
declare const SubotInlineRevampWithTheme: ({ onLoadFirstNode, ...props }: Props) => React.JSX.Element;
export default SubotInlineRevampWithTheme;