import React from 'react'; import cn from 'classnames'; import PropTypes from 'prop-types'; function getRootClassName(className) { return cn('talk-pane', className); } /** * The `TabPane` component is used inside the `TabContent` component to render * the content of a `Tab`. */ const TabPane = ({children, className, tabId: _a, sub: _b, ...rest}) => (