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