@colisweb/rescript-toolkit 2.5.2 → 2.5.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -155,6 +155,18 @@ external useTable6: (
155
155
  plugin,
156
156
  ) => instance<'data> = "useTable"
157
157
 
158
+ @module("react-table")
159
+ external useTable7: (
160
+ options<'data>,
161
+ plugin,
162
+ plugin,
163
+ plugin,
164
+ plugin,
165
+ plugin,
166
+ plugin,
167
+ plugin,
168
+ ) => instance<'data> = "useTable"
169
+
158
170
  // Utils :
159
171
 
160
172
  let getFiltersDictFromArray = (filters: array<currentFilter>): Js.Dict.t<string> =>