UNPKG

155 BTypeScriptView Raw
1import type { Rectangle } from '@pixi/math';
2export interface IFilterTarget {
3 filterArea: Rectangle;
4 getBounds(skipUpdate?: boolean): Rectangle;
5}