UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

25 lines (23 loc) 383 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var SliderRole = { relatedConcepts: [{ module: 'ARIA', concept: { name: 'slider' } }, { module: 'HTML', concept: { name: 'input', attributes: [{ name: 'type', value: 'range' }] } }], type: 'widget' }; exports.default = SliderRole;