From 4d2d2202be8aa5e2d325a73a5c7e9938c098e52e Mon Sep 17 00:00:00 2001 From: Tomoyuki Hata Date: Sat, 23 Jan 2021 22:41:47 +0900 Subject: [PATCH] fix: Export EditorJSInlineToolConfig type --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 552c9d2..734e4b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export { EditorJSInlineTool } from './EditorJSInlineTool'; +export type { EditorJSInlineToolConfig } from './window';