Skip to content

Commit

Permalink
feat(stickyWrapper): export sticky component
Browse files Browse the repository at this point in the history
export sticky wrapper component
  • Loading branch information
matteoterrinoni committed Jan 31, 2019
1 parent fb2f97b commit 936e1ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/react-virtualized-table.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { default as FilteredVTable } from './filtered/index'

export { VTable, VTableItem, VTableRenderItemProps, GivenVTable, VTableColumn } from './index'

export { default as Stycky } from './stickyWrapper'

0 comments on commit 936e1ea

Please sign in to comment.