@colisweb/rescript-toolkit 5.0.5 → 5.0.6
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
|
@@ -6158,3 +6158,7 @@ module FaChevronCircleRight = {
|
|
|
6158
6158
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6159
6159
|
"FaChevronCircleRight"
|
|
6160
6160
|
}
|
|
6161
|
+
module FaBell = {
|
|
6162
|
+
@module("react-icons/fa") @react.component
|
|
6163
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaBell"
|
|
6164
|
+
}
|