UNPKG
di-controls
Version:
latest (5.0.11)
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.1.0
<!-- PROJECT LOGO -->
github.com/skoropadas/di-controls
skoropadas/di-controls
di-controls
/
types
/
control-object-host-get-value.d.ts
2 lines
(1 loc)
•
78 B
TypeScript
View Raw
1
2
export
type
DIProxyControlGetValue
<H, C> =
(
hostValue
: H |
null
) =>
C |
null
;