UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

20 lines (19 loc) 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ImageMapRole = { relatedConcepts: [ { module: "HTML", concept: { name: "img", attributes: [ { name: "usemap", }, ], }, }, ], type: "structure", }; exports.default = ImageMapRole;