Skip to content

Commit 932c178

Browse files
author
Kubit
committed
Update exports with the new Table V2 component
1 parent c795159 commit 932c178

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,12 @@ export * from './textCount';
8888
export * from './dropdownSelected';
8989
export * from './portal';
9090
export * from './inputSignature';
91+
export * from './tableCell';
92+
export * from './tableRow';
93+
export * from './tableBody';
94+
export * from './tableHead';
95+
export * from './tableFoot';
96+
export * from './tableCaption';
97+
export * from './tableDivider';
98+
export * from './tableV2';
99+
export * from './dataTable';

0 commit comments

Comments
 (0)