Repository URL to install this package:
|
Version:
3.0.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const inputList = [{
identity: 'textArea',
type: 'textarea',
value: '',
placeholder: '(Optional) Add a comment',
className: 'comment-box',
name: 'commentBox',
wrapperClassName: 'comment-box-wrapper',
validationType: 'none',
dataQa: 'qa-comment-box'
}];
exports.inputList = inputList;
exports.default = inputList; //# sourceMappingURL=fixture.js.map