omnia_schule/node_modules/canvg/lib/Transform/SkewX.d.ts

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