@hhgtech/hhg-components
Version:
Hello Health Group common components
17 lines (16 loc) • 419 B
TypeScript
import React from 'react';
type Props = {
subotSettingData: {
inlineImage: string;
inilneHeadline: string;
reviewByAvatar: string;
reviewByName: string;
reviewBySpecialty: string;
reviewByHospital: string;
};
};
declare const Container: {
({ subotSettingData }: Props): React.JSX.Element;
displayName: string;
};
export default Container;