// for JSX rendering import * as React from "react"; import EditableWrapOptionsInterface from "../Interfaces/Editable/EditableWrapOptionsInterface"; export default (options: EditableWrapOptionsInterface) => { return
{ options.showLinebreaksButtons &&
}
{/* brick will be added here */}
}