UNPKG

@tdi2/di-core

Version:

TypeScript Dependency Injection 2 - Core DI framework

9 lines (8 loc) 276 B
import type { Inject } from "@tdi2/di-core/markers"; import { ApiInterface } from './shared-types'; export declare function SnapshotUpdateTest(props: { message: string; services: { api: Inject<ApiInterface>; }; }): import("react/jsx-runtime").JSX.Element;