Files
2026-04-09 13:19:47 -05: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