main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
290 bytes
|
Line | |
---|
1 | import { RenderingContext2D } from '../types';
|
---|
2 | import Element from './Element';
|
---|
3 | export default class ClipPathElement extends Element {
|
---|
4 | type: string;
|
---|
5 | apply(ctx: RenderingContext2D): void;
|
---|
6 | render(_: RenderingContext2D): void;
|
---|
7 | }
|
---|
8 | //# sourceMappingURL=ClipPathElement.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.