UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

20 lines (19 loc) 942 B
/// <reference types="react" /> export declare const BlockContainerWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { active?: boolean | undefined; hovering?: boolean | undefined; editMode?: boolean | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const PositionRangeWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { range?: number | undefined; editMode?: boolean | undefined; showBefore?: boolean | undefined; showAfter?: boolean | undefined; horizontal?: boolean | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;