UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

21 lines (19 loc) 313 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var ListItemRole = { relatedConcepts: [{ module: 'ARIA', concept: { name: 'listitem' } }, { module: 'HTML', concept: { name: 'li' } }], type: 'structure' }; exports.default = ListItemRole;