UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

16 lines (13 loc) 459 B
import React__default from 'react'; import { Message } from '../../types/models.js'; interface MessageProgressProps { message?: Message; className?: string; Progress?: React__default.ComponentType<{ message: Message; }>; isShow?: boolean; } declare function MessageProgress(props: MessageProgressProps): React__default.ReactElement; export { MessageProgress, MessageProgressProps }; //# sourceMappingURL=MessageProgress.d.ts.map