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

Description

Link to external resources.

Type declaration

  • Optional icon?: Icon
  • title: string

    Description

    Title and description of the link.

  • url: string

    Description

    URL for the link.

Generated using TypeDoc