UNPKG

vuetning

Version:

<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>

22 lines (18 loc) 323 B
export interface Tab { /** * Indicates whether this tab has an error icon. */ hasError: boolean /** * Tab icon. */ iconName?: string /** * Tab label. */ label: string /** * Tab Name, used to identify the tab when emitting events. */ name: string }