@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
7 lines (6 loc) • 486 B
TypeScript
import { NavigationTabsProps } from './NavigationTabs';
export declare const NAVIGATION_TABS_ALIGNMENT: readonly ["left", "center"];
export type NavigationTabsAlignment = (typeof NAVIGATION_TABS_ALIGNMENT)[number];
export declare const NAVIGATION_TABS_DIRECTION: readonly ["prev", "next"];
export type NavigationTabsDirection = (typeof NAVIGATION_TABS_DIRECTION)[number];
export declare const validateNavigationTabsProps: ({ aria, tabs, activeTabIndex, }: NavigationTabsProps) => void;