UNPKG
@tdi2/di-core
Version:
latest (3.3.0)
3.3.0
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
0.1.1
0.1.0
TypeScript Dependency Injection 2 - Core DI framework
@tdi2/di-core
/
dist
/
examples
/
empty-services.basic.input.d.ts
5 lines
(4 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
EmptyServices
(
props
: { title:
string
; services: {}; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;