Skip to content

Commit 936e1ea

Browse files
feat(stickyWrapper): export sticky component
export sticky wrapper component
1 parent fb2f97b commit 936e1ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/react-virtualized-table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export { default as FilteredVTable } from './filtered/index'
22

33
export { VTable, VTableItem, VTableRenderItemProps, GivenVTable, VTableColumn } from './index'
4+
5+
export { default as Stycky } from './stickyWrapper'

0 commit comments

Comments
 (0)