UNPKG

shallow-render

Version:

Shallow rendering test utility for Angular

5 lines (4 loc) 177 B
import { Type } from '@angular/core'; export declare const mockComponent: <TComponent extends Type<any>>(component: TComponent, config?: { stubs?: object; }) => TComponent;