@dxs-ts/eveli-ide 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/dist/index.d.ts CHANGED
@@ -6604,14 +6604,6 @@ declare module '@tanstack/react-router' {
6604
6604
  }
6605
6605
 
6606
6606
 
6607
- declare module "@tanstack/react-table" {
6608
- interface ColumnMeta<TData extends RowData, TValue> {
6609
- enableSelection?: boolean;
6610
- enableDateGTE?: boolean;
6611
- }
6612
- }
6613
-
6614
-
6615
6607
  declare module '@mui/material' {
6616
6608
  interface Components<Theme = unknown> extends EveliComponents<Theme> {
6617
6609
  }
@@ -6636,6 +6628,14 @@ declare module 'react' {
6636
6628
  }
6637
6629
 
6638
6630
 
6631
+ declare module "@tanstack/react-table" {
6632
+ interface ColumnMeta<TData extends RowData, TValue> {
6633
+ enableSelection?: boolean;
6634
+ enableDateGTE?: boolean;
6635
+ }
6636
+ }
6637
+
6638
+
6639
6639
  declare module '@mui/material' {
6640
6640
  interface Components<Theme = unknown> extends EveliComponents<Theme> {
6641
6641
  }