UNPKG

svelte-masonry-layout

Version:

A simple masonry-based layout component for svelte

5 lines (4 loc) 189 B
import MasonryLayout from './MasonryLayout.svelte'; export * from './MasonryLayout.svelte'; export { default as MasonryLayout } from './MasonryLayout.svelte'; export default MasonryLayout;