UNPKG

336 BTypeScriptView Raw
1import { RenderingContext2D } from '../types';
2import Element from './Element';
3export default class MaskElement extends Element {
4 static ignoreStyles: string[];
5 type: string;
6 apply(ctx: RenderingContext2D, element: Element): void;
7 render(_: RenderingContext2D): void;
8}
9//# sourceMappingURL=MaskElement.d.ts.map
\No newline at end of file