/
asias
/
new
Обзор
Документация
Войти
/
asias
/
new
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/axobject-query/lib/etc/objects/SwitchRole.js
26 строк
436 B
AnastasyaDemina
project
07 дек 2025, 23:03
07 дек 2025, 23:03
7c21e25
Код
Авторство
О чём код?
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var SwitchRole = { relatedConcepts: [{ module: 'ARIA', concept: { name: 'switch' } }, { module: 'HTML', concept: { name: 'input', attributes: [{ name: 'type', value: 'checkbox' }] } }], type: 'widget' }; var _default = SwitchRole; exports.default = _default;