export interface NgxPackeryOptions { itemSelector?: string; gutter?: number | string; columnWidth?: number | string; percentPosition?: boolean; rowHeight?: number | string; stamp?: string; horizontal?: boolean; originLeft?: boolean; originTop?: boolean; containerStyle?: any; transitionDuration?: number | string; stagger?: number | string; resize?: boolean; initLayout?: boolean; imagesLoaded?: boolean; draggabilly?: boolean; }