UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

7 lines (6 loc) 389 B
import { TabsProps } from './Tabs'; export declare const TABS_ALIGNMENT: readonly ["left", "center"]; export type TabsAlignment = (typeof TABS_ALIGNMENT)[number]; export declare const TABS_DIRECTION: readonly ["prev", "next"]; export type TabsDirection = (typeof TABS_DIRECTION)[number]; export declare const validateTabsProps: ({ id, tabs, defaultSelectedTabIndex, }: TabsProps) => void;