UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

15 lines (14 loc) 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabsIndicatorCssVars = void 0; let TabsIndicatorCssVars = exports.TabsIndicatorCssVars = /*#__PURE__*/function (TabsIndicatorCssVars) { TabsIndicatorCssVars["activeTabLeft"] = "--active-tab-left"; TabsIndicatorCssVars["activeTabRight"] = "--active-tab-right"; TabsIndicatorCssVars["activeTabTop"] = "--active-tab-top"; TabsIndicatorCssVars["activeTabBottom"] = "--active-tab-bottom"; TabsIndicatorCssVars["activeTabWidth"] = "--active-tab-width"; TabsIndicatorCssVars["activeTabHeight"] = "--active-tab-height"; return TabsIndicatorCssVars; }({});