Repository URL to install this package:
|
Version:
4.0.21 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const inputList = [{
identity: 'search',
name: 'search',
type: 'text',
value: '',
className: 'search',
validationType: 'none',
ariaLabel: 'search',
animatePlaceholder: false,
dataQa: 'qa-search-list',
icon: {
breedType: 'search',
fill: '#62708b',
stroke: 'none',
width: '18px',
height: '18px',
className: 'search-icon'
}
}];
exports.inputList = inputList; //# sourceMappingURL=fixture.js.map