UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

15 lines (14 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const LineBreakRole = { relatedConcepts: [ { module: "HTML", concept: { name: "br", }, }, ], type: "structure", }; exports.default = LineBreakRole;