UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

11 lines (10 loc) 363 B
import React from "react"; import { AreaTypeValue } from "../../core/types/actions"; interface IAreaDragButton { state: any; type: AreaTypeValue; id: string; style?: React.CSSProperties; } export declare const AreaDragButton: ({ state, type, id, style }: IAreaDragButton) => import("react/jsx-runtime").JSX.Element; export default AreaDragButton;