Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
26
node_modules/axobject-query/lib/etc/objects/RadioButtonRole.js
generated
vendored
Normal file
26
node_modules/axobject-query/lib/etc/objects/RadioButtonRole.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var RadioButtonRole = {
|
||||
relatedConcepts: [{
|
||||
module: 'ARIA',
|
||||
concept: {
|
||||
name: 'radio'
|
||||
}
|
||||
}, {
|
||||
module: 'HTML',
|
||||
concept: {
|
||||
name: 'input',
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'radio'
|
||||
}]
|
||||
}
|
||||
}],
|
||||
type: 'widget'
|
||||
};
|
||||
var _default = RadioButtonRole;
|
||||
exports.default = _default;
|
Reference in New Issue
Block a user