UNPKG

429 BTypeScriptView Raw
1import { RenderingContext2D } from '../types';
2import Document from './Document';
3import Element from './Element';
4export default class FeDropShadowElement extends Element {
5 type: string;
6 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
7 apply(_: RenderingContext2D, __: number, ___: number, ____: number, _____: number): void;
8}
9//# sourceMappingURL=FeDropShadowElement.d.ts.map
\No newline at end of file