database-petani-mobile/node_modules/canvg/lib/Transform/SkewY.d.ts
2026-02-23 16:39:35 +07:00

8 lines
309 B
TypeScript

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