UNPKG

react-layouts-builder

Version:

Lightweight and powerfull react layouts drag and drop

9 lines (8 loc) 233 B
import { LayoutType } from '../interfaces/types'; declare type Options = { layouts: LayoutType; targetBlockId: string; block: any; }; export declare function insertLayout(options: Options): LayoutType; export {};