1 | import { Document } from '../Document';
|
2 | import { Property } from '../Property';
|
3 | import { Skew } from './Skew';
|
4 | export declare class SkewX extends Skew {
|
5 | type: string;
|
6 | constructor(document: Document, skew: string, transformOrigin: readonly [Property<string>, Property<string>]);
|
7 | }
|
8 | //# sourceMappingURL=SkewX.d.ts.map |
\ | No newline at end of file |