Gazebo_simulation-Frontend/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/button.js
2020-12-21 10:29:31 -05:00

12 lines
237 B
JavaScript

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