Type alias TabProps

TabProps: {
    icon?: SVGTemplateResult;
    id: number;
    label: string;
}

Type declaration

  • Optional icon?: SVGTemplateResult
  • id: number
  • label: string