Public Access
mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-11 02:23:22 -04:00
13 lines
285 B
JavaScript
13 lines
285 B
JavaScript
"use strict";
|
|||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
exports["default"] = getImplicitRoleForProgress;
|
||
|
|
/**
|
||
|
|
* Returns the implicit role for a progress tag.
|
||
|
|
*/
|
||
|
|
function getImplicitRoleForProgress() {
|
||
|
|
return 'progressbar';
|
||
|
|
}
|
||
|
|
module.exports = exports.default;
|