@als-tp/als-react-ts-ui
Version:
A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation
9 lines • 955 B
TypeScript
export declare const ALSTabs: {
Root: import("react").ForwardRefExoticComponent<import("./components").ALSTabsRootProps & import("react").RefAttributes<HTMLDivElement>>;
List: import("react").ForwardRefExoticComponent<import("./components").ALSTabsListProps & import("react").RefAttributes<HTMLDivElement>>;
Tab: import("react").ForwardRefExoticComponent<import("./components").ALSTabsTabProps & import("react").RefAttributes<HTMLButtonElement>>;
Indicator: import("react").ForwardRefExoticComponent<import("./components").ALSTabsIndicatorProps & import("react").RefAttributes<HTMLSpanElement>>;
Panel: import("react").ForwardRefExoticComponent<import("./components").ALSTabsPanelProps & import("react").RefAttributes<HTMLDivElement>>;
};
export type { ALSTabsRootProps, ALSTabsListProps, ALSTabsTabProps, ALSTabsIndicatorProps, ALSTabsPanelProps, TabsOrientation, TabsSize, } from "./components";
//# sourceMappingURL=ALSTabs.d.ts.map