UNPKG

@makeen.io/material-ui-kit

Version:
8 lines (7 loc) 321 B
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;