Type alias TabProps

TabProps: {
    name: string;
    children: ComponentChildren;
}

Аттрибуты для <Tab/>

Type declaration

  • name: string

    Название вкладки

  • children: ComponentChildren

    Содержимое

Generated using TypeDoc