Hierarchy

  • ChatComponents

Properties

Button: ComponentType<ButtonHTMLAttributes<HTMLButtonElement>>
Checkbox: ComponentType<CheckboxProps>
ChoiceContainer: ComponentType<HTMLAttributes<HTMLDivElement>>
Container: HTMLComponentType<HTMLDivElement, ChatContainerProps>
Form: ComponentType<ChatFormProps>
HiddenInput: ComponentType<InputHTMLAttributes<HTMLInputElement>>
InfoIcon: ComponentType<ChatInfoIconProps>
Loader: ComponentType<{}>
PreviousAnswer: ComponentType<ChatPreviousAnswerProps>
PreviousAnswers: ComponentType<ChatPreviousAnswersProps>
PrimaryChoice: ComponentType<PrimaryChoiceProps>
Question: ComponentType<ChatQuestionProps>
Radio: ComponentType<RadioProps>
Section: ComponentType<ChatSectionProps>
Step: ComponentType<HTMLAttributes<HTMLDivElement>>
TextField: ComponentType<InputHTMLAttributes<HTMLInputElement>>
TextWrapper: ComponentType<ChatTextWrapperProps>