UNPKG

323 BTypeScriptView Raw
1import { Document } from '../Document';
2import { Property } from '../Property';
3import { Skew } from './Skew';
4export 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