alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
8 lines • 431 B
TypeScript
import type { ReactNode } from "react";
import { type SelectionGroupProps } from "../selection/SelectionContext";
export interface TabsProps extends SelectionGroupProps {
"aria-label"?: string;
}
/** Segmented switch between views rendered on the same screen. */
export declare function Tabs({ value, defaultValue, onValueChange, accent, disabled, children, ...props }: TabsProps): ReactNode;
//# sourceMappingURL=Tabs.d.ts.map