@colisweb/rescript-toolkit 4.11.1 → 4.11.2
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
|
@@ -6117,3 +6117,9 @@ module FaExternalLinkAlt = {
|
|
|
6117
6117
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6118
6118
|
"FaExternalLinkAlt"
|
|
6119
6119
|
}
|
|
6120
|
+
|
|
6121
|
+
module BiTestTube = {
|
|
6122
|
+
@module("react-icons/bi") @react.component
|
|
6123
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6124
|
+
"BiTestTube"
|
|
6125
|
+
}
|