- import type { ParsedPathStyleProps } from '../../display-objects';
- import type { GeometryAABBUpdater } from './interfaces';
- export declare class PathUpdater implements GeometryAABBUpdater<ParsedPathStyleProps> {
- update(parsedStyle: ParsedPathStyleProps): {
- width: number;
- height: number;
- };
- }
- //# sourceMappingURL=PathUpdater.d.ts.map
|