@colisweb/rescript-toolkit 5.35.2 → 5.35.3
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
|
@@ -6220,11 +6220,6 @@ module FaForward = {
|
|
|
6220
6220
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6221
6221
|
"FaForward"
|
|
6222
6222
|
}
|
|
6223
|
-
module FaExclamation = {
|
|
6224
|
-
@module("react-icons/fa") @react.component
|
|
6225
|
-
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6226
|
-
"FaExclamation"
|
|
6227
|
-
}
|
|
6228
6223
|
module FaArrowLeft = {
|
|
6229
6224
|
@module("react-icons/fa") @react.component
|
|
6230
6225
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|