We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3be2a7 commit c3a18d5Copy full SHA for c3a18d5
1 file changed
examples/bundle.js
@@ -304,7 +304,8 @@ Barcode.propTypes = {
304
marginLeft: _propTypes["default"].number,
305
marginRight: _propTypes["default"].number,
306
id: _propTypes["default"].string,
307
- className: _propTypes["default"].string
+ className: _propTypes["default"].string,
308
+ ean128: _propTypes["default"].bool
309
};
310
Barcode.defaultProps = {
311
format: 'CODE128',
@@ -321,7 +322,8 @@ Barcode.defaultProps = {
321
322
background: '#ffffff',
323
lineColor: '#000000',
324
margin: 10,
- className: ''
325
+ className: '',
326
+ ean128: false
327
328
module.exports = Barcode;
329
0 commit comments