58f15c6c510ccca429988e5065fb6d72cdc3cb3a5a86fc315c01ad551aac046bdb8d88d7827cdf921736b2f1ff8ec0dcdf9cc603eb7c7abaac7ff6204150e0 240 B

123
  1. import PathProxy from '../core/PathProxy';
  2. export declare function contain(pathProxy: PathProxy, x: number, y: number): boolean;
  3. export declare function containStroke(pathProxy: PathProxy, lineWidth: number, x: number, y: number): boolean;