@nuralyui/select
Version:
A comprehensive select component with advanced features including multi-selection, keyboard navigation, validation, and accessibility support.
17 lines • 634 B
TypeScript
/**
* @license
* Copyright 2023 Nuraly, Laabidi Aymen
* SPDX-License-Identifier: MIT
*/
/**
* Select Component Module
*
* Advanced select component with multiple selection modes, validation,
* keyboard navigation, and accessibility features.
*/
export * from './select.component.js';
export * from './select.types.js';
export * from './select.constant.js';
export * from './controllers/index.js';
export type { SelectHost, SelectBaseController, SelectionController, KeyboardController, DropdownController, FocusController, ValidationController, ErrorHandler } from './interfaces/index.js';
//# sourceMappingURL=index.d.ts.map