LinkItem: {
    icon?: Icon;
    title: string;
    url: string;
}

Type declaration

  • Optionalicon?: Icon
  • title: string

    Title and description of the link.

  • url: string

    URL for the link.

Link to external resources.