@sequencing/design-system 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2348,6 +2348,13 @@
2348
2348
  "name": "onClick",
2349
2349
  "required": false,
2350
2350
  "type": "((event: MouseEvent<HTMLInputElement, MouseEvent>) => void)"
2351
+ },
2352
+ "inputRef": {
2353
+ "defaultValue": null,
2354
+ "description": "Reference to the input element",
2355
+ "name": "inputRef",
2356
+ "required": false,
2357
+ "type": "RefObject<HTMLInputElement>"
2351
2358
  }
2352
2359
  }
2353
2360
  },