Type alias MessageSectionProps

MessageSectionProps: {
    buttonText: string;
    dataTestId?: string;
    text?: React.ReactNode;
    url: string | undefined;
}

Type declaration

  • buttonText: string
  • Optional dataTestId?: string
  • Optional text?: React.ReactNode
  • url: string | undefined

Generated using TypeDoc