arreglar types
This commit is contained in:
parent
be32af4d17
commit
906e1a2d32
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue