@colisweb/rescript-toolkit 4.16.2 → 4.16.3
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.
package/package.json
CHANGED
|
@@ -6142,3 +6142,8 @@ module BiTestTube = {
|
|
|
6142
6142
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6143
6143
|
"BiTestTube"
|
|
6144
6144
|
}
|
|
6145
|
+
module MdBarcodeReader = {
|
|
6146
|
+
@module("react-icons/md") @react.component
|
|
6147
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6148
|
+
"MdBarcodeReader"
|
|
6149
|
+
}
|