UNPKG

@base-ui/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.

18 lines (17 loc) 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AutocompleteItemDataAttributes = void 0; var _ComboboxItemDataAttributes = require("../../combobox/item/ComboboxItemDataAttributes"); let AutocompleteItemDataAttributes = exports.AutocompleteItemDataAttributes = function (AutocompleteItemDataAttributes) { /** * Present when the item is highlighted. */ AutocompleteItemDataAttributes[AutocompleteItemDataAttributes["highlighted"] = _ComboboxItemDataAttributes.ComboboxItemDataAttributes.highlighted] = "highlighted"; /** * Present when the item is disabled. */ AutocompleteItemDataAttributes[AutocompleteItemDataAttributes["disabled"] = _ComboboxItemDataAttributes.ComboboxItemDataAttributes.disabled] = "disabled"; return AutocompleteItemDataAttributes; }({});