/
dany
/
ReshenijaBotInformationSite
Обзор
Документация
Войти
/
dany
/
ReshenijaBotInformationSite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
node_modules/axobject-query/lib/etc/objects/DateRole.js
21 строка
359 B
Daniil
Initial commit
31 окт 2023, 01:10
31 окт 2023, 01:10
a171ae1
Код
Авторство
О чём код?
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var DateRole = { relatedConcepts: [{ module: 'HTML', concept: { name: 'input', attributes: [{ name: 'type', value: 'date' }] } }], type: 'widget' }; var _default = DateRole; exports.default = _default;