@tempots/dom > AtGetter
Represents a type that maps each property of T to a Signal of its corresponding type.
T
Signal
Signature:
export type AtGetter = { [K in keyof T]-?: Signal; };
References: Signal