From b684f1353171aaefa3e309e27faa44b1770164c5 Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Wed, 28 Jun 2017 06:21:16 +0800 Subject: [PATCH] [fabric] Lower case Boolean --- types/fabric/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/fabric/index.d.ts b/types/fabric/index.d.ts index 1596d7d428..96c4ec4e5a 100644 --- a/types/fabric/index.d.ts +++ b/types/fabric/index.d.ts @@ -3086,7 +3086,7 @@ interface ITextOptions extends IObjectOptions { textBackgroundColor?: string; path?: string; - useNative?: Boolean; + useNative?: boolean; text?: string; } export interface Text extends ITextOptions {}