@tempots/dom

OneOfTupleOptions type

Represents a mapping of keys to functions that accept a value of type Signal and return a TNode.

Signature:

export type OneOfTupleOptionsextends string, V> = {
    [KK in T]: (value: Signal) => TNode;
};

References: Signal, TNode