Type alias TabItem

TabItem: {
    data?: unknown;
    disabled?: boolean;
    text: string;
}

Item to pass to Tabs

Type declaration

  • Optional data?: unknown

    Any additional data needed to store for the callback

  • Optional disabled?: boolean

    Indicate if item is disabled

  • text: string

    Text to render

Generated using TypeDoc