UNPKG

react-layouts-builder

Version:

Lightweight and powerfull react layouts drag and drop

10 lines (9 loc) 259 B
import { LayoutType } from '../interfaces/types'; declare type Options = { targetId: string; layouts: LayoutType; moved: LayoutType; position?: string; }; export declare function insertLayout(options: Options): LayoutType; export {};