@visa/nova-react
Version:
Visa Product Design System Nova React library. Compatible with React ^19.
12 lines (11 loc) • 418 B
TypeScript
import { type TabsProperties } from '../tabs';
export type PanelTabsProperties = TabsProperties;
/**
* Tabs to be used with panel component.
* @docs {@link https://design.visa.com/components/panel/?code_library=react | See Docs}
*/
declare const PanelTabs: {
({ className, ...remainingProps }: PanelTabsProperties): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export default PanelTabs;