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.

15 lines (14 loc) 511 B
"use strict"; 'use client'; Object.defineProperty(exports, "__esModule", { value: true }); exports.AutocompleteInputGroup = void 0; var _ComboboxInputGroup = require("../../combobox/input-group/ComboboxInputGroup"); /** * A wrapper for the input and its associated controls. * Renders a `<div>` element. * * Documentation: [Base UI Autocomplete](https://base-ui.com/react/components/autocomplete) */ const AutocompleteInputGroup = exports.AutocompleteInputGroup = _ComboboxInputGroup.ComboboxInputGroup;