{"version":3,"file":"Tab.mjs","names":[],"sources":["../../../src/mdx/Tabs/Tab.tsx"],"sourcesContent":["'use client';\n\nimport { cx } from 'antd-style';\nimport type { FC } from 'react';\n\nimport type { DivProps } from '@/types';\n\nimport { styles } from './style';\n\nexport type TabProps = DivProps;\n\nconst Tab: FC<TabProps> = ({ children, className, ...rest }) => {\n  return (\n    <div className={cx(styles.body, className)} {...rest}>\n      <div>{children}</div>\n    </div>\n  );\n};\n\nTab.displayName = 'MdxTab';\n\nexport default Tab;\n"],"mappings":";;;;;AAWA,MAAM,OAAqB,EAAE,UAAU,WAAW,GAAG,WAAW;AAC9D,QACE,oBAAC,OAAD;EAAK,WAAW,GAAG,OAAO,MAAM,UAAU;EAAE,GAAI;YAC9C,oBAAC,OAAD,EAAM,UAAe,CAAA;EACjB,CAAA;;AAIV,IAAI,cAAc"}