UNPKG

dmeditor

Version:

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

16 lines (15 loc) 825 B
/// <reference types="react" /> declare const getStyledButton: (type: 'link' | 'button') => import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { disabled?: boolean | undefined; textAlign?: string | undefined; }, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}> | import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { disabled?: boolean | undefined; textAlign?: string | undefined; }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>; export { getStyledButton };