UNPKG

web3-mq-react

Version:
9 lines (8 loc) 299 B
import { PropsWithChildren } from 'react'; export declare type MessageHeaderProps = { avatarName?: string; avatarImg?: string[]; avatarSize?: number; title?: string; }; export declare const MessageHeader: (props: PropsWithChildren<MessageHeaderProps>) => JSX.Element | null;