Skip to content

Commit 3d61a21

Browse files
Merge pull request #518 from desytech/517-export-utility-functions
Export utility function parseFromValuesOrFunc
2 parents b614720 + 9baca9a commit 3d61a21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/mantine-react-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"exports": {
3333
".": {
3434
"import": {
35-
"types": "./dist/index.d.cts",
35+
"types": "./dist/index.esm.d.mts",
3636
"default": "./dist/index.esm.mjs"
3737
},
3838
"require": {
39-
"types": "./dist/index.esm.d.mts",
39+
"types": "./dist/index.d.cts",
4040
"default": "./dist/index.cjs"
4141
}
4242
},

packages/mantine-react-table/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ export * from './utils/row.utils';
8787
export * from './utils/style.utils';
8888
//helpers
8989
export * from './utils/tanstack.helpers';
90+
export * from './utils/utils';

0 commit comments

Comments
 (0)