Skip to content

Commit 617c70b

Browse files
committed
fix(types/compact) import react
1 parent 6908406 commit 617c70b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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": "@table-library/react-table-library",
3-
"version": "2.0.20",
3+
"version": "2.0.24",
44
"description": "react-table-library",
55
"type": "module",
66
"main": "main.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './table';
2+
23
export * as Types from './types';

src/types/compact.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import * as React from 'react';
2+
13
import { TableNode, TableProps, RowProps } from '@table-library/react-table-library/types/table';
24
import { ColumnSortProps } from '@table-library/react-table-library/types/sort';
35
import { ColumnSelectProps } from '@table-library/react-table-library/types/select';

0 commit comments

Comments
 (0)