@comercti/react-components-hmg 0.32.6 → 0.32.7
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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +128 -124
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ copyable: boolean;
|
|
|
37
37
|
editColumnStyle: {
|
|
38
38
|
fields: string[];
|
|
39
39
|
style: Record<string, string>;
|
|
40
|
+
class: string;
|
|
40
41
|
};
|
|
41
42
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
42
43
|
rootRef: HTMLDivElement;
|
|
@@ -1860,6 +1861,7 @@ declare type DataTableProps = {
|
|
|
1860
1861
|
editColumnStyle?: {
|
|
1861
1862
|
fields: string[];
|
|
1862
1863
|
style: Record<string, string>;
|
|
1864
|
+
class: string;
|
|
1863
1865
|
};
|
|
1864
1866
|
};
|
|
1865
1867
|
|