feige
2023-08-26 de279dec1d03ad1c5603871bd4beeebc236a64eb
1
2
3
import PathProxy from '../core/PathProxy';
export declare function contain(pathProxy: PathProxy, x: number, y: number): boolean;
export declare function containStroke(pathProxy: PathProxy, lineWidth: number, x: number, y: number): boolean;