UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 246 B
import React from 'react'; import { UserInfo } from "../../../interfaces/types"; export declare const UserInfoSection: ({ siteType, userInfo, }: { siteType?: 'helloSites' | 'marryBaby'; userInfo?: UserInfo; }) => React.JSX.Element;