UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

7 lines (6 loc) 210 B
export function spyElementPrototypes(Element: any, properties: any): { mockRestore(): void; }; export function spyElementPrototype(Element: any, propName: any, property: any): { mockRestore(): void; };