UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 337 B
import React from 'react'; import { MessageBadgeProgressStyled, MessageBadgeProgressStyledProps } from './styled'; export type MessageBadgeProgressProps = Omit<React.ComponentProps<typeof MessageBadgeProgressStyled>, keyof MessageBadgeProgressStyledProps>; export declare const MessageBadgeProgress: React.FC<MessageBadgeProgressProps>;