mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
Updated Definition
This commit is contained in:
4
types/react-native-canvas/index.d.ts
vendored
4
types/react-native-canvas/index.d.ts
vendored
@@ -176,8 +176,8 @@ export class Image {
|
||||
export class ImageData {
|
||||
constructor(canvas: Canvas, data: number[], height: number, width: number);
|
||||
readonly data: number[];
|
||||
readonly height: number;
|
||||
readonly width: number;
|
||||
readonly height: number | undefined;
|
||||
readonly width: number | undefined;
|
||||
}
|
||||
|
||||
export class Path2D {
|
||||
|
||||
Reference in New Issue
Block a user