8 lines
309 B
TypeScript
8 lines
309 B
TypeScript
import Document from '../Document';
|
|
import Property from '../Property';
|
|
import Skew from './Skew';
|
|
export default class SkewX extends Skew {
|
|
type: string;
|
|
constructor(document: Document, skew: string, transformOrigin: [Property<string>, Property<string>]);
|
|
}
|
|
//# sourceMappingURL=SkewX.d.ts.map
|