Updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user