@hybr1d-tech/charizard 1.1.96 → 1.1.98
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/hybr1d-ui.js +874 -871
- package/dist/hybr1d-ui.umd.cjs +12 -12
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2892,8 +2892,6 @@ export declare interface TableProps {
|
|
|
2892
2892
|
isError: boolean;
|
|
2893
2893
|
handleSaveColumns: (columns: any) => Promise<void>;
|
|
2894
2894
|
variant?: TableCustomColsVariant;
|
|
2895
|
-
onCloseListener?: any;
|
|
2896
|
-
onMountListener?: any;
|
|
2897
2895
|
};
|
|
2898
2896
|
/**
|
|
2899
2897
|
* export config (csv)
|