| 2 | import type { TanStackDevtoolsPluginProps } from '@tanstack/devtools' |
| 3 | |
| 4 | export interface DevtoolsPluginProps extends TanStackDevtoolsPluginProps { |
| 5 | [key: string]: any |
| 6 | } |
| 7 | |
| 8 | export type TanStackDevtoolsAngularPluginRenderFn< |
| 9 | TInputs extends DevtoolsPluginProps, |
nothing calls this directly
no outgoing calls
no test coverage detected