Files
verify/frontend/node_modules/canvg/lib/Document/FeDropShadowElement.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

9 lines
424 B
TypeScript

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