mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: fix error Cannot find name 'Writeable'
This commit is contained in:
@@ -31,6 +31,8 @@ import { createSelectionBasedNodeView } from "../react";
|
||||
import { TextDirections } from "../text-direction";
|
||||
import { ImageComponent } from "./component";
|
||||
|
||||
type Writeable<T> = { -readonly [P in keyof T]: T[P] };
|
||||
|
||||
export interface ImageOptions {
|
||||
inline: boolean;
|
||||
allowBase64: boolean;
|
||||
|
||||
Reference in New Issue
Block a user