UNPKG

@radix-ui/themes

Version:

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

13 lines 355 B
declare const tabsRootPropDefs: { asChild: { type: "boolean"; }; }; declare const tabsContentPropDefs: { asChild: { type: "boolean"; }; }; export { baseTabListPropDefs as tabsListPropDefs } from './_internal/base-tab-list.props.js'; export { tabsRootPropDefs, tabsContentPropDefs }; //# sourceMappingURL=tabs.props.d.ts.map