@colisweb/rescript-toolkit 2.8.4 → 2.8.5
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
|
@@ -5893,3 +5893,9 @@ module FaFilter = {
|
|
|
5893
5893
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
5894
5894
|
"FaFilter"
|
|
5895
5895
|
}
|
|
5896
|
+
|
|
5897
|
+
module IoIosCloseCircle = {
|
|
5898
|
+
@module("react-icons/io") @react.component
|
|
5899
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
5900
|
+
"IoIosCloseCircle"
|
|
5901
|
+
}
|