Painter.d.ts 87 B

12
  1. declare function VMLPainter(root: any, storage: any): void;
  2. export default VMLPainter;