Sha256: e0ce73bab0043a84c81dd91c1df142cddb71a37f3f15d9ca9d06d24ee3c9dae2
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 Bytes
Contents
import { AvatarProps } from '../pb_avatar/_avatar'; declare type SourceProps = { aria?: { [key: string]: string; }; className?: string; data?: { [key: string]: string; }; hideIcon: boolean; id?: string; source?: string; type: "events" | "inbound" | "outbound" | "prospecting" | "referral" | "retail" | "user"; user: AvatarProps; }; declare const Source: ({ aria, className, data, hideIcon, id, source, type, user, }: SourceProps) => JSX.Element; export default Source;
Version data entries
2 entries across 2 versions & 1 rubygems