@lunalytics/ui
Version:
React based component library created to be used in Lunalytics
7 lines (6 loc) • 325 B
TypeScript
import { TabsProps } from '../../types/components/tabs.types';
declare const Tabs: {
({ id, label, description, shortDescription, options, activeOption, tabIndex, handleChange, color, variant, theme, error, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export default Tabs;