UNPKG

react-native-gifted-chat

Version:
19 lines 1.08 kB
export * from './Models'; export type { ActionsProps } from './Actions'; export type { AvatarProps } from './Avatar'; export type { BubbleProps, RenderMessageImageProps, RenderMessageVideoProps, RenderMessageAudioProps, RenderMessageTextProps } from './Bubble'; export type { ComposerProps } from './Composer'; export type { DayProps } from './Day'; export type { GiftedAvatarProps } from './GiftedAvatar'; export type { InputToolbarProps, ReplyPreviewProps } from './InputToolbar'; export type { LoadEarlierMessagesProps } from './LoadEarlierMessages'; export type { MessageProps } from './Message'; export type { MessagesContainerProps } from './MessagesContainer'; export type { MessageImageProps } from './MessageImage'; export type { MessageTextProps } from './MessageText'; export type { MessageReplyProps } from './components/MessageReply'; export type { QuickRepliesProps } from './QuickReplies'; export type { SendProps } from './Send'; export type { SystemMessageProps } from './SystemMessage'; export type { TimeProps } from './Time'; //# sourceMappingURL=types.d.ts.map