(props: TComponentProps)
| 13 | } |
| 14 | } |
| 15 | function NoOpPlugin(props: TComponentProps) { |
| 16 | return { |
| 17 | name, |
| 18 | component: Fragment, |
| 19 | props, |
| 20 | } |
| 21 | } |
| 22 | return [Plugin, NoOpPlugin] as const |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected