UNPKG

@yeger/vue2-masonry-wall

Version:

Responsive masonry layout with SSR support and zero dependencies for Vue 2.

6 lines (5 loc) 240 B
import { PluginObject } from 'vue'; import { default as component } from './masonry-wall.mjs'; type InstallableComponent = typeof component & PluginObject<never>; declare const MasonryWall: InstallableComponent; export default MasonryWall;