Skip to content

Commit c90c400

Browse files
Elena RashkovanLena Rashkovan
andauthored
fix(table): re-export all parts (#495)
Co-authored-by: Lena Rashkovan <[email protected]>
1 parent c937c21 commit c90c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/experimental/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export { Label } from './Label/Label';
1111
export { ListBox, ListBoxItem } from './ListBox/ListBox';
1212
export { Popover } from './Popover/Popover';
1313
export { Select } from './Select/Select';
14-
export { Table } from './Table/Table';
14+
export { Table, Row, Cell, Skeleton, Column, TableBody, TableHeader } from './Table/Table';
1515
export { Text } from './Text/Text';
1616
export { TextField } from './TextField/TextField';
1717
export { TimeField } from './TimeField/TimeField';

0 commit comments

Comments
 (0)