mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
commit
3cfb576812
2
konva.d.ts
vendored
2
konva.d.ts
vendored
@ -459,7 +459,7 @@ declare namespace Konva {
|
||||
clipY(): number;
|
||||
clipY(clipY: number | undefined | null): this;
|
||||
clipFunc(): (ctx: CanvasRenderingContext2D) => void;
|
||||
clipFunc(ctx: CanvasRenderingContext2D | undefined | null): void;
|
||||
clipFunc(clipFunc: (ctx: CanvasRenderingContext2D) => void): void;
|
||||
destroyChildren(): void;
|
||||
find<T extends Node = Node>(selector?: string | ((node: Node) => boolean)): Collection<T>;
|
||||
findOne<T extends Node>(selector: string | ((node: Node) => boolean)): T;
|
||||
|
Loading…
Reference in New Issue
Block a user