@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 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 DataTablePro: {
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 { DataTablePro as Button };
143
+ export { DataTable };