* Trace the creation of a component instance. * @param className Name of the component. May be null if the class is anonymous. * @param fn Function that creates the component instance.
(className: string | null, fn: () => T)
| 71 | * @param fn Function that creates the component instance. |
| 72 | */ |
| 73 | componentCreate?<T>(className: string | null, fn: () => T): T; |
| 74 | } |
no outgoing calls
no test coverage detected