@colisweb/rescript-toolkit 4.14.8 → 4.14.9
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
|
@@ -6121,6 +6121,11 @@ module FaPlay = {
|
|
|
6121
6121
|
@module("react-icons/fa") @react.component
|
|
6122
6122
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaPlay"
|
|
6123
6123
|
}
|
|
6124
|
+
module FaRulerCombined = {
|
|
6125
|
+
@module("react-icons/fa") @react.component
|
|
6126
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6127
|
+
"FaRulerCombined"
|
|
6128
|
+
}
|
|
6124
6129
|
|
|
6125
6130
|
module BiTestTube = {
|
|
6126
6131
|
@module("react-icons/bi") @react.component
|