Spaces:
Sleeping
Sleeping
File size: 432 Bytes
04f98c3 |
1 2 3 4 5 6 7 8 9 |
import { RenderingContext2D } from '../types';
import Document from './Document';
import Element from './Element';
export default class FeDropShadowElement extends Element {
type: string;
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
apply(_: RenderingContext2D, _x: number, _y: number, _width: number, _height: number): void;
}
//# sourceMappingURL=FeDropShadowElement.d.ts.map |