UNPKG

data-provider-temporary

Version:

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

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