Type alias EmbedFooterProps

EmbedFooterProps: {
    children?: ReactNode;
    iconUrl?: string;
    text?: ReactNode;
    timestamp?: string | number | Date;
}

Type declaration

  • Optional children?: ReactNode
  • Optional iconUrl?: string
  • Optional text?: ReactNode
  • Optional timestamp?: string | number | Date

Generated using TypeDoc