UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

27 lines (26 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var CellRole = { relatedConcepts: [{ module: 'ARIA', concept: { name: 'cell' } }, { module: 'ARIA', concept: { name: 'gridcell' } }, { module: 'HTML', concept: { name: 'td' } }], type: 'widget' }; var _default = CellRole; exports["default"] = _default;