Type alias EmbedAuthorProps

EmbedAuthorProps: {
    children?: ReactNode;
    iconUrl?: string;
    name?: ReactNode;
    url?: string;
}

Type declaration

  • Optional children?: ReactNode
  • Optional iconUrl?: string
  • Optional name?: ReactNode
  • Optional url?: string

Generated using TypeDoc