UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

7 lines (6 loc) 212 B
/// <reference types="react" /> import { IElementPosition } from '@co-hooks/dom'; export interface IRegionRect { data: IElementPosition; } export declare function RegionRect(props: IRegionRect): JSX.Element;