UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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; };