react-gallery-layouts
Version:
React gallery layouts library with masonry, stack, grid, and justified layouts
8 lines (7 loc) • 424 B
TypeScript
export { default as Gallery } from './components/Gallery';
export { default as MasonryGallery } from './components/MasonryGallery';
export { default as GridGallery } from './components/GridGallery';
export { default as StackGallery } from './components/StackGallery';
export { default as JustifiedGallery } from './components/JustifiedGallery';
export { getColumnsCount, getGutter } from './utils';
export * from './types';