mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 17:35:16 +00:00
20 lines
353 B
JavaScript
20 lines
353 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports["default"] = void 0;
|
|
var ImageMapRole = {
|
|
relatedConcepts: [{
|
|
module: 'HTML',
|
|
concept: {
|
|
name: 'img',
|
|
attributes: [{
|
|
name: 'usemap'
|
|
}]
|
|
}
|
|
}],
|
|
type: 'structure'
|
|
};
|
|
var _default = ImageMapRole;
|
|
exports["default"] = _default; |