@tdi2/di-core
Version:
TypeScript Dependency Injection 2 - Core DI framework
9 lines (8 loc) • 384 B
TypeScript
import type { ImportedComponentProps } from "./ComponentInterfaces";
/**
* TODO
* "useService as ApiInterface"
* needs to be transformed to "as ImportedComponentProps['services']['api'])"
* or imported... But then again it might not be exported.
*/
export declare function ImportedInterfaceComponent(props: ImportedComponentProps): import("react/jsx-runtime").JSX.Element;