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

8 lines
356 B
TypeScript
Executable file

import { ContainerLayout, Dimensions, Options } from '../types/interfaces';
declare const _default: (containerWidth: number, itemsDimensions: Dimensions[], { gutterPixels, layout }: Options) => ContainerLayout;
/**
* Creates the specifications of the dimensions of the
* container and items for the next render of Filterizr.
*/
export default _default;