@tempots/dom > Prop > atProp
Returns a Prop that represents the value at the specified key of the current value.
Prop
Signature:
readonly atProp: <K extends keyof T>(key: K) => Prop<T[K]>;