We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b614720 + 9baca9a commit 3d61a21Copy full SHA for 3d61a21
packages/mantine-react-table/package.json
@@ -32,11 +32,11 @@
32
"exports": {
33
".": {
34
"import": {
35
- "types": "./dist/index.d.cts",
+ "types": "./dist/index.esm.d.mts",
36
"default": "./dist/index.esm.mjs"
37
},
38
"require": {
39
- "types": "./dist/index.esm.d.mts",
+ "types": "./dist/index.d.cts",
40
"default": "./dist/index.cjs"
41
}
42
packages/mantine-react-table/src/index.ts
@@ -87,3 +87,4 @@ export * from './utils/row.utils';
87
export * from './utils/style.utils';
88
//helpers
89
export * from './utils/tanstack.helpers';
90
+export * from './utils/utils';
0 commit comments