@tempots/dom

Prop.atProp property

Returns a Prop that represents the value at the specified key of the current value.

Signature:

readonly atProp: <K extends keyof T>(key: K) => Prop<T[K]>;