Skip to content

Commit

Permalink
Merge pull request #874 from habx/fix/6.0/export-image-cell
Browse files Browse the repository at this point in the history
APP-19428: Export image cell
  • Loading branch information
habx-auto-merge[bot] authored Mar 11, 2021
2 parents 6b993e4 + a8e5c7f commit 22b27e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export { RangeFilter } from './filter/RangeFilter'
export { BooleanCell } from './cell/BooleanCell'
export { IconCell } from './cell/IconCell'
export { ArrayCell } from './cell/ArrayCell'
export { ImageCell } from './cell/ImageCell'

export {
Column,
Expand Down

0 comments on commit 22b27e5

Please sign in to comment.