UNPKG

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