import * as React from 'react'; import styles from '@patternfly/react-styles/css/components/Tabs/tabs'; import { OUIAProps } from '../../helpers'; import { TabButton } from './TabButton'; import { TabsContext } from './TabsContext'; import { css } from '@patternfly/react-styles'; import { Tooltip } from '../Tooltip'; import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon'; import { TabAction } from './TabAction'; export interface TabProps extends Omit, 'title' | 'action'>, OUIAProps { /** content rendered inside the Tab content area. */ children?: React.ReactNode; /** additional classes added to the Tab */ className?: string; /** URL associated with the Tab. A Tab with an href will render as an instead of a