mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed typings for FontLoader.
This commit is contained in:
parent
0680af119d
commit
fd80ffb92c
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@ -2100,7 +2100,7 @@ export class FontLoader {
|
||||
|
||||
manager: LoadingManager;
|
||||
|
||||
load(url: string, onLoad?: (responseText: string) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void;
|
||||
load(url: string, onLoad?: (responseFont: Font) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void;
|
||||
parse(json: string): Font;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user