({ ...props })
| 10 | >; |
| 11 | |
| 12 | const CodeTabs: FC<CodeTabsProps> = ({ ...props }) => ( |
| 13 | <Tabs {...props} className={styles.root} triggerClassName={styles.trigger} /> |
| 14 | ); |
| 15 | |
| 16 | export default CodeTabs; |
nothing calls this directly
no outgoing calls
no test coverage detected