From 4fba290abb700665d9cec3a539f5ae2da0650f74 Mon Sep 17 00:00:00 2001 From: Kasidit Iamthong Date: Sat, 9 Dec 2017 02:04:06 +0700 Subject: [PATCH] Import Blot from TS definition file instead --- types/quill/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/quill/index.d.ts b/types/quill/index.d.ts index 7cad5330a2..a996babf30 100644 --- a/types/quill/index.d.ts +++ b/types/quill/index.d.ts @@ -5,7 +5,7 @@ // James Garbutt // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -import { Blot } from 'parchment/src/blot/abstract/blot'; +import { Blot } from 'parchment/dist/src/blot/abstract/blot'; /** * A stricter type definition would be: