fix: lint errors

This commit is contained in:
sriram veeraghanta 2024-12-04 17:22:41 +05:30
parent b73ea37798
commit fa3aa362a9
9 changed files with 9 additions and 9 deletions

View file

@ -125,7 +125,7 @@ export interface IEditorProps {
onEnterKeyPress?: (e?: any) => void;
placeholder?: string | ((isFocused: boolean, value: string) => string);
tabIndex?: number;
value?: string | null;
value?: string | null;
}
export interface ILiteTextEditor extends IEditorProps {
extensions?: any[];