hz-zhhq-web/node_modules/canvg/lib/Document/AnimateTransformElement.d.ts

6 lines
215 B
TypeScript
Raw Normal View History

2025-02-25 13:43:48 +08:00
import AnimateElement from './AnimateElement';
export default class AnimateTransformElement extends AnimateElement {
type: string;
calcValue(): string;
}
//# sourceMappingURL=AnimateTransformElement.d.ts.map