ketcher-react
Version:
Web-based molecule sketcher
26 lines (25 loc) • 1.56 kB
TypeScript
/// <reference types="react" />
export declare const standardColors: {
name: string;
value: string;
}[];
export declare const StyledSubmenu: import("@emotion/styled").StyledComponent<import("react-contexify").SubMenuProps & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const ColorContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const ColorSquare: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
} & {
color: string;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
export declare const ColorItem: import("@emotion/styled").StyledComponent<import("react-contexify").ItemProps & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const Divider: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;