UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

15 lines (14 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const AlertDialogRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "alertdialog", }, }, ], type: "window", }; exports.default = AlertDialogRole;