UNPKG

react-layouts-builder

Version:

Lightweight and powerfull react layouts drag and drop

4 lines (3 loc) 265 B
import { EnumBlockType, EnumPosition } from "../interfaces/types"; export declare const droppablePosition: (type: EnumBlockType, targetType: EnumBlockType) => EnumPosition[]; export declare const isAcceptedPostion: (type: string, targetType: string) => boolean;