UNPKG

angular2-masonry

Version:

Angular2 component for https://github.com/desandro/masonry

18 lines (17 loc) 407 B
/** * MasonryOptions */ export interface MasonryOptions { itemSelector?: string; columnWidth?: number | string; gutter?: number | string; percentPosition?: boolean; stamp?: string; fitWidth?: boolean; originLeft?: boolean; originTop?: boolean; containerStyle?: string; transitionDuration?: string; resize?: boolean; initLayout?: boolean; }