UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 228 B
import React from 'react'; import { SubotInlineRevampContainerProps } from "./types"; declare const ContainerWithProvider: (props: SubotInlineRevampContainerProps) => React.JSX.Element; export default ContainerWithProvider;