Type alias EmbedTitleProps

EmbedTitleProps: {
    children: ReactNode;
    url?: string;
}

Type declaration

  • children: ReactNode
  • Optional url?: string

Generated using TypeDoc