Skip to content

Commit 4fa7aa6

Browse files
committed
again
1 parent bef9af1 commit 4fa7aa6

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frame-one-table",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "A react table with maximum flexibility.",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

src/index.ts

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,26 @@ import Loader, {ILoaderProps} from "./Loader";
99

1010
export {
1111
TableGenerator,
12+
ColumnOption,
13+
TableGeneratorProps,
1214

1315
TableHeader,
16+
ITableHeaderProps,
1417

1518
TableRow,
19+
ITableRowProps,
1620

1721
Paginator,
22+
IPaginatorProps,
1823

1924
TableRowManager,
20-
sortTableData,
21-
22-
Loader,
23-
}
2425

25-
export type {
2626
ContextTypes,
27-
ColumnOption,
28-
TableGeneratorProps,
29-
ITableHeaderProps,
30-
ITableRowProps,
31-
IPaginatorProps,
27+
28+
sortTableData,
3229
ISortStyle,
3330
SortOrder,
31+
32+
Loader,
3433
ILoaderProps,
3534
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"module": "esnext",
1818
"moduleResolution": "node",
1919
"resolveJsonModule": false,
20-
"isolatedModules": true,
20+
"isolatedModules": false,
2121
"noEmit": false,
2222
"jsx": "react-jsx",
2323
"declaration": true

0 commit comments

Comments
 (0)