main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
309 bytes
|
Line | |
---|
1 | import Document from '../Document';
|
---|
2 | import Property from '../Property';
|
---|
3 | import Skew from './Skew';
|
---|
4 | export 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 |
---|
Note:
See
TracBrowser
for help on using the repository browser.