This commit is contained in:
Benjamin Toby
2024-12-09 16:50:52 +01:00
parent b037cec100
commit 20959c3580
6 changed files with 16 additions and 7 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
import { AceEditorAcceptedModes } from "@/components/general/data/partials/EditDataListButton";
import React, { MutableRefObject } from "react";
import { twMerge } from "tailwind-merge";
@@ -9,7 +8,7 @@ export type AceEditorComponentType = {
ctrlEnterFn?: (editor: AceAjax.Editor) => void;
content?: string;
placeholder?: string;
mode?: AceEditorAcceptedModes;
mode?: any;
fontSize?: string;
previewMode?: boolean;
onChange?: (value: string) => void;