| 24 | export const isKeepAlive = (type: any): boolean => type.__isKeepAlive |
| 25 | |
| 26 | export interface RootComponents { |
| 27 | // Component which has been passed to mount. For functional components it contains a wrapper |
| 28 | component?: Component |
| 29 | // If component is functional then contains the original component otherwise empty |
| 30 | functional?: Component |
| 31 | } |
| 32 | export const isRootComponent = ( |
| 33 | rootComponents: RootComponents, |
| 34 | type: VNodeTransformerInputComponentType, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…