UNPKG

dmeditor

Version:

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

14 lines (13 loc) 726 B
/// <reference types="react" /> export declare const MenuContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { color?: string | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>; export declare const MenuItem: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { direction?: "horizontal" | "vertical" | undefined; }, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;