@colisweb/rescript-toolkit 3.0.0 → 3.0.1
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -6028,6 +6028,12 @@ module BsPalette = {
|
|
|
6028
6028
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6029
6029
|
"BsPalette"
|
|
6030
6030
|
}
|
|
6031
|
+
module BsLightningChargeFill = {
|
|
6032
|
+
@module("react-icons/bs") @react.component
|
|
6033
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6034
|
+
"BsLightningChargeFill"
|
|
6035
|
+
}
|
|
6036
|
+
|
|
6031
6037
|
module VscFolderLibrary = {
|
|
6032
6038
|
@module("react-icons/vsc") @react.component
|
|
6033
6039
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|