import clsx from 'clsx' import { ProfileCardWrapperProps } from '@dao-dao/types' import { CornerGradient } from '../CornerGradient' import { ProfileImage } from './ProfileImage' import { ProfileNameDisplayAndEditor } from './ProfileNameDisplayAndEditor' export const ProfileCardWrapper = ({ children, profile, compact = false, underHeaderComponent, childContainerClassName, className, tintColor, }: ProfileCardWrapperProps) => (