@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
8 lines (7 loc) • 321 B
TypeScript
import { HTMLAttributes } from "react";
declare type EditableWrapperProps = {
editableStyle?: Function;
pencilStyle?: Function;
};
declare const EditableWrapper: import("styled-components").StyledComponent<"div", any, HTMLAttributes<HTMLDivElement> & EditableWrapperProps, never>;
export default EditableWrapper;