UNPKG

@offensichtbar-codestock/ngx-flex-masonry-grid

Version:

Angular Module for displaying items in a flex-based masonry layout without any third party dependencies

11 lines (10 loc) 408 B
import { AnimationReferenceMetadata } from '@angular/animations'; import { NgxFlexMasonryGridItemComponent } from './ngx-flex-masonry-grid-item.component'; export interface NgxFlexMasonryGridAnimations { show: AnimationReferenceMetadata; hide: AnimationReferenceMetadata; } export interface NgxFlexMasonryGridLoadingParams { item: NgxFlexMasonryGridItemComponent; height: number; }