[fabric] Lower case Boolean

This commit is contained in:
Kevin Leung
2017-06-28 06:21:16 +08:00
committed by GitHub
parent 40142ae748
commit b684f13531

View File

@@ -3086,7 +3086,7 @@ interface ITextOptions extends IObjectOptions {
textBackgroundColor?: string;
path?: string;
useNative?: Boolean;
useNative?: boolean;
text?: string;
}
export interface Text extends ITextOptions {}