Files
lcbp3.np-dms.work/frontend/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/button.js
2025-09-21 20:29:15 +07:00

13 lines
274 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForButton;
/**
* Returns the implicit role for a button tag.
*/
function getImplicitRoleForButton() {
return 'button';
}
module.exports = exports.default;