@edtr-io/plugin-text
Version:
14 lines • 567 B
TypeScript
export declare const createButtonTheme: (key: "button" | "input" | "textarea" | "checkbox" | "overlay", theme: {
editor: import("../theme").EditorTheme;
editorUi: import("../theme").EditorUiTheme;
}) => ButtonTheme;
export declare const Button: import("styled-components").StyledComponent<"button", any, {}, never>;
export interface ButtonTheme {
backgroundColor: string;
color: string;
borderColor: string;
hoverBackgroundColor: string;
hoverColor: string;
hoverBorderColor: string;
}
//# sourceMappingURL=button.d.ts.map