@secondstaxorg/sscomp 2.0.13 → 2.0.15
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,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface RequestsProps {
|
|
3
3
|
/**
|
|
4
|
-
* array of columns that should be displayed in the table head. if using **tbody** prop, the value for dataKey match the corresponding object key in the **tbody** array
|
|
4
|
+
* array of columns that should be displayed in the table head. if using **tbody** prop, the value for dataKey must match the corresponding object key in the **tbody** array object
|
|
5
5
|
* */
|
|
6
6
|
thead: {
|
|
7
7
|
label: string;
|