- HostBinding<This, Value>(
hostPropertyName: string,
): (
value: ValueGetter<Value>,
context:
| ClassFieldDecoratorContext<This, Value>
| ClassMethodDecoratorContext<This, any>
| ClassGetterDecoratorContext<This, Value>,
) => void Returns (
value: ValueGetter<Value>,
context:
| ClassFieldDecoratorContext<This, Value>
| ClassMethodDecoratorContext<This, any>
| ClassGetterDecoratorContext<This, Value>,
) => void