UNPKG

react-layouts-builder

Version:

Lightweight and powerfull react layouts drag and drop

4 lines (3 loc) 231 B
import { LayoutType, OptionsDrop } from '../interfaces/types'; export declare const moveBlock: (data: LayoutType, options: OptionsDrop) => LayoutType; export declare function removeEmptyChildren(layout: LayoutType): LayoutType;