UNPKG

di-controls

Version:
2 lines (1 loc) 100 B
export type DIProxyControlSetValue<H, C> = (hostValue: H | null, proxyValue: C | null) => H | null;