AdminLTE/plugins/filterizr/makeLayoutPositions/makeSameWidthLayoutPositions.d.ts
REJack e3888aee85
created new gallery page
- added filterizr to plugins
- created gallery demo
2019-08-28 11:42:16 +02:00

7 lines
297 B
TypeScript
Executable file

import { ContainerLayout, Dimensions } from '../types/interfaces';
declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], gutterPixels: number) => ContainerLayout;
/**
* Same width layout for items that have the same width and varying height
*/
export default _default;