UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

5 lines (4 loc) 337 B
import { Dispatch, SetStateAction } from 'react'; import { AreaRowLayout, ResizePreviewState } from "../../types/areaTypes"; export declare const handleDragAreaResize: (row: AreaRowLayout, horizontal: boolean, areaIndex: number, // 1 is the first separator setResizePreview: Dispatch<SetStateAction<ResizePreviewState | null>>) => void;