fix: lint errors
This commit is contained in:
parent
b73ea37798
commit
fa3aa362a9
9 changed files with 9 additions and 9 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue