3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare function VMLPainter(root: any, storage: any): void;
|
|
export default VMLPainter;
|