UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 319 B
import { TabsProps } from '../../types/components/tabs'; 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;