@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 311 B
TypeScript
import type { TabbedPanelProps } from './TabbedPanel.types';
declare const TabbedPanel: ({ tabs, size, buttonVariant, activatedTab, TabPanelProps, TabProps, TabsProps, menuVariant, onActivatedTab, onTabChangeListener, }: TabbedPanelProps) => import("react/jsx-runtime").JSX.Element;
export default TabbedPanel;