Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit dc300b0

Browse files
Anton BilovusTigge
authored andcommitted
feat(table): export TableProps
1 parent 590d24a commit dc300b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Table/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const TableContentContainer = styled.div.attrs<{
258258
* Defined by the number of columns.
259259
*/
260260

261-
interface TableProps extends Omit<BaseProps, 'onSelect'> {
261+
export interface TableProps extends Omit<BaseProps, 'onSelect'> {
262262
/**
263263
* `class` to be passed to the component.
264264
*/

0 commit comments

Comments
 (0)