( definition: any, )
| 156 | // Fallback implementation |
| 157 | // ============================================================================== |
| 158 | export function defineComponent< |
| 159 | IS extends Record<string, any>, |
| 160 | OS extends Record<string, any>, |
| 161 | PS extends Record<string, any> | undefined = undefined |
| 162 | >( |
| 163 | definition: any, |
| 164 | ): any { |
| 165 | return definition; |
| 166 | } |
no outgoing calls
no test coverage detected