@colisweb/rescript-toolkit 4.14.9 → 4.14.10
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
|
@@ -6126,6 +6126,11 @@ module FaRulerCombined = {
|
|
|
6126
6126
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6127
6127
|
"FaRulerCombined"
|
|
6128
6128
|
}
|
|
6129
|
+
module FaWeightHanging = {
|
|
6130
|
+
@module("react-icons/fa") @react.component
|
|
6131
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6132
|
+
"FaWeightHanging"
|
|
6133
|
+
}
|
|
6129
6134
|
|
|
6130
6135
|
module BiTestTube = {
|
|
6131
6136
|
@module("react-icons/bi") @react.component
|