Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 96dfe58

Browse files
committed
fix: export Table component
1 parent 78e9f4f commit 96dfe58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Select, SelectProps } from './Select/Select';
2424
import { Selector, SelectorProps } from './Selector/Selector';
2525
import { Spinner, SpinnerProps } from './Spinner/Spinner';
2626
import { Tab, TabProps } from './Tab/Tab';
27+
import { Table, TableProps } from './Table/Table';
2728
import { Tabs, TabsProps } from './Tabs/Tabs';
2829
import { TextField, TextFieldProps } from './TextField/TextField';
2930

@@ -46,6 +47,7 @@ export {
4647
Selector,
4748
Spinner,
4849
Tab,
50+
Table,
4951
Tabs,
5052
TextField,
5153
TransactionDialogContextProvider,
@@ -69,6 +71,7 @@ export type {
6971
SelectorProps,
7072
SelectProps,
7173
SpinnerProps,
74+
TableProps,
7275
TabProps,
7376
TabsProps,
7477
TextFieldProps,

0 commit comments

Comments
 (0)