@data-c/pro 0.2.51 → 0.2.54
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.d.ts +2 -2
- package/dist/index.js +1082 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1082 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ interface ToolbarProps {
|
|
|
115
115
|
}
|
|
116
116
|
declare function Toolbar({ children }: ToolbarProps): react_jsx_runtime.JSX.Element;
|
|
117
117
|
|
|
118
|
-
declare const
|
|
118
|
+
declare const DataTable: {
|
|
119
119
|
CellActionTransport: typeof CellActionTransport;
|
|
120
120
|
SelectionCounter: typeof SelectionCounter;
|
|
121
121
|
CellActionDelete: typeof CellActionDelete;
|
|
@@ -140,4 +140,4 @@ declare const DataTablePro: {
|
|
|
140
140
|
useGridApiRef: () => react.MutableRefObject<_mui_x_data_grid_pro.GridApiPro | null>;
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
export {
|
|
143
|
+
export { DataTable };
|