@offensichtbar-codestock/ngx-flex-masonry-grid
Version:
Angular Module for displaying items in a flex-based masonry layout without any third party dependencies
8 lines (7 loc) • 344 B
TypeScript
import { AnimationReferenceMetadata, AnimationTriggerMetadata } from '@angular/animations';
declare class NgxFMG_ANIMATION {
static get UPDATE_POSITION(): AnimationReferenceMetadata;
static get FADE_IN(): AnimationReferenceMetadata;
static get TRIGGER_FADE_OUT(): AnimationTriggerMetadata;
}
export default NgxFMG_ANIMATION;