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
/
separate-interface-arrow.basic.input.d.ts
3 lines
(2 loc)
•
196 B
TypeScript
View Raw
1
2
3
import
type
{
SimpleComponentProps
}
from
'./separate-interface.interfaces'
;
export
declare
const
SeparateInterfaceArrow
:
(
props
:
SimpleComponentProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;