printer-notifications/node_modules/axobject-query/lib/etc/objects/InputTimeRole.js

21 lines
369 B
JavaScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var InputTimeRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'input',
attributes: [{
name: 'type',
value: 'time'
}]
}
}],
type: 'widget'
};
var _default = InputTimeRole;
exports.default = _default;