Browse Source

Move cash to TS

pull/4695/head
Artur Arseniev 4 years ago
parent
commit
3960b0f3d1
  1. 2
      src/editor/index.ts
  2. 1
      src/utils/cash-dom.ts

2
src/editor/index.ts

@ -87,7 +87,7 @@ export default class EditorModule implements IBaseModule<typeof defaults> {
}
editorView?: EditorView;
editor: EditorModel;
$: cash;
$: typeof cash;
em: EditorModel;
config: typeof defaults;

1
src/utils/cash-dom.js → src/utils/cash-dom.ts

@ -1,3 +1,4 @@
// @ts-nocheck
/* Adapted for headless */
/* MIT https://github.com/kenwheeler/cash */
'use strict';
Loading…
Cancel
Save