@aofl/select
Version: 
The <aofl-select-list> takes any number of <aofl-list-option>. Selecting any option will give it a selected attribute with. Selecting an option emits an event with the selected value. The <aofl-multiselect-list> takes any number of <aofl-list-option>. Sel
10 lines (9 loc) • 323 B
JavaScript
/**
 * @module @aofl/select
 * @version 3.0.0
 * @since 3.0.0
 * @author Arian Khosravi<arian.khosravi@aofl.com>
 */
export {default as AoflSelectList} from './modules/select-list';
export {default as AoflMultiSelectList} from './modules/multi-select-list';
export {default as AoflListOption} from './modules/list-option';