UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

7 lines (6 loc) 222 B
/// <reference types="react" /> import { IEditorBrickDragInfo } from '@chief-editor/core'; export interface IGroupRect { info: IEditorBrickDragInfo; } export declare function GroupRect(props: IGroupRect): JSX.Element;