UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

9 lines (8 loc) 342 B
/// <reference types="react" /> import { ITemplateMaskActiveBrickRectInfo } from '@chief-editor/core'; export interface IBrickRectMask { boardId: string; data: ITemplateMaskActiveBrickRectInfo; } export declare type IBrickRectMaskProps = IBrickRectMask; export declare function BrickRectMask(props: IBrickRectMaskProps): JSX.Element;