hrms-manual/node_modules/canvg/lib/Document/AnimateTransformElement.d.ts

6 lines
220 B
TypeScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
import AnimateElement from './AnimateElement';
export default class AnimateTransformElement extends AnimateElement {
type: string;
calcValue(): string;
}
//# sourceMappingURL=AnimateTransformElement.d.ts.map