@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
13 lines • 355 B
TypeScript
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