Files
report/frontend/node_modules/canvg/lib/Document/AnimateTransformElement.d.ts
T
2026-07-19 03:44:35 +09:00

6 lines
215 B
TypeScript

import AnimateElement from './AnimateElement';
export default class AnimateTransformElement extends AnimateElement {
type: string;
calcValue(): string;
}
//# sourceMappingURL=AnimateTransformElement.d.ts.map