@secondstaxorg/sscomp 2.1.18 → 2.1.21
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/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2463 -2432
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +86 -86
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/TablePrimary/type.d.ts +1 -1
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@ export interface RequestsProps {
|
|
|
32
32
|
/**
|
|
33
33
|
* Callback function that returns the set of items that have been paginated based on the number of items per page
|
|
34
34
|
*/
|
|
35
|
-
paginatedItems
|
|
35
|
+
paginatedItems?: (arr: any[]) => void;
|
|
36
36
|
/**
|
|
37
37
|
* Specify the key of the column you want to initially sort the table by on page load
|
|
38
38
|
* */
|