UNPKG

@tdi2/di-core

Version:

TypeScript Dependency Injection 2 - Core DI framework

3 lines (2 loc) 203 B
import type { SeparateComponentProps } from './separate-interface.interfaces'; export declare function SeparateInterfaceComponent(props: SeparateComponentProps): import("react/jsx-runtime").JSX.Element;