arreglar types

This commit is contained in:
Cat /dev/Nulo 2023-03-05 18:25:14 +00:00
parent be32af4d17
commit 906e1a2d32

View file

@ -6,8 +6,8 @@
import { commandListener, markIsActive } from "../ps-utils";
export let view: EditorView<any>;
export let state: EditorState<any>;
export let view: EditorView;
export let state: EditorState;
export let type: MarkType;
export let small: boolean = false;