Type alias TabContainerProps

TabContainerProps: {
    buttons?: "top" | "bottom";
    current?: number;
    children: ComponentChildren;
}

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

Type declaration

  • Optional buttons?: "top" | "bottom"

    Расположение кнопок выбора вкладки (по-умолчанию 'top')

  • Optional current?: number

    Начальная выбранная вкладка

  • children: ComponentChildren

    Вкладки, элементы <Tab/>

Generated using TypeDoc