UNPKG

@visa/nova-react

Version:

Visa Product Design System Nova React library

13 lines (12 loc) 629 B
import { ForwardedRef } from 'react'; import { TabsProperties } from '../tabs'; export type PanelTabsProperties = TabsProperties; /** * Tabs to be used with panel component. * @docs {@link https://design.visa.com/react/components/panel | See Docs} */ declare const _default: <HTMLElementType = HTMLUListElement>(props: { children?: import("react").ReactNode | import("react").ReactNode[]; ref?: ForwardedRef<HTMLElementType> | undefined; } & import("react").AllHTMLAttributes<HTMLElementType> & import("react").SVGAttributes<HTMLElementType> & TabsProperties) => import("react").ReactElement; export default _default;