@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
19 lines (16 loc) • 750 B
TypeScript
import React__default, { PropsWithChildren } from 'react';
import { Conversation } from '../../types/models.js';
interface UIChatHeaderDefaultProps {
title?: string;
avatar?: React__default.ReactElement | string;
isOnline?: boolean;
conversation?: Conversation;
pluginComponentList?: React__default.ComponentType[];
}
interface UIChatHeaderBasicProps extends UIChatHeaderDefaultProps {
isLive?: boolean;
operateIcon?: React__default.ReactElement | string;
}
declare function UIChatHeaderDefault<T extends UIChatHeaderBasicProps>(props: PropsWithChildren<T>): React__default.ReactElement;
export { UIChatHeaderBasicProps, UIChatHeaderDefault, UIChatHeaderDefaultProps };
//# sourceMappingURL=UIChatHeaderDefault.d.ts.map