| 123456789101112 |
- import type { DisplayObject } from '../../display-objects';
- import type { CSSUnitValue } from '../cssom';
- import type { CSSProperty } from '../CSSProperty';
- export declare class CSSPropertyZIndex implements Partial<CSSProperty<CSSUnitValue, number>> {
- parser: {
- (...args: any[]): any;
- cache: Map<any, any>;
- };
- calculator(name: string, oldParsed: CSSUnitValue, computed: CSSUnitValue, object: DisplayObject): number;
- postProcessor(object: DisplayObject): void;
- }
- //# sourceMappingURL=CSSPropertyZIndex.d.ts.map
|