/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/aria/listbox/index.ts
12 строк
1 KB
Wagner Maciel
build: create angular aria package (#31942)
02 окт 2025, 18:06
Не верифицирован
02 окт 2025, 18:06
5fd56d9
Код
Авторство
О чём код?
export {ListboxConfigurableExample} from './listbox-configurable/listbox-configurable-example'; export {ListboxSingleSelectExample} from './listbox-single-select/listbox-single-select-example'; export {ListboxMultiSelectExample} from './listbox-multi-select/listbox-multi-select-example'; export {ListboxSingleSelectFollowFocusExample} from './listbox-single-select-follow-focus/listbox-single-select-follow-focus-example'; export {ListboxMultiSelectFollowFocusExample} from './listbox-multi-select-follow-focus/listbox-multi-select-follow-focus-example'; export {ListboxHorizontalExample} from './listbox-horizontal/listbox-horizontal-example'; export {ListboxRtlHorizontalExample} from './listbox-rtl-horizontal/listbox-rtl-horizontal-example'; export {ListboxActiveDescendantExample} from './listbox-active-descendant/listbox-active-descendant-example'; export {ListboxDisabledFocusableExample} from './listbox-disabled-focusable/listbox-disabled-focusable-example'; export {ListboxDisabledSkippedExample} from './listbox-disabled-skipped/listbox-disabled-skipped-example'; export {ListboxReadonlyExample} from './listbox-readonly/listbox-readonly-example'; export {ListboxDisabledExample} from './listbox-disabled/listbox-disabled-example';