UNPKG

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