mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
[fabric] Lower case Boolean
This commit is contained in:
2
types/fabric/index.d.ts
vendored
2
types/fabric/index.d.ts
vendored
@@ -3086,7 +3086,7 @@ interface ITextOptions extends IObjectOptions {
|
||||
textBackgroundColor?: string;
|
||||
|
||||
path?: string;
|
||||
useNative?: Boolean;
|
||||
useNative?: boolean;
|
||||
text?: string;
|
||||
}
|
||||
export interface Text extends ITextOptions {}
|
||||
|
||||
Reference in New Issue
Block a user