UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

13 lines (9 loc) 294 B
import { asChildPropDef } from '../props/index.js'; const tabsRootPropDefs = { ...asChildPropDef, }; const tabsContentPropDefs = { ...asChildPropDef, }; export { baseTabListPropDefs as tabsListPropDefs } from './base-tab-list.props.js'; export { tabsRootPropDefs, tabsContentPropDefs };