werkbank
    Preparing search index...

    Type Alias Selector<A, R>

    type Selector<A extends Atom<any, any>[], R> = {
        atoms: [...A];
        callback: (...values: AtomValues<[...A]>) => R;
    }

    Type Parameters

    • A extends Atom<any, any>[]
    • R
    Index

    Properties

    Properties

    atoms: [...A]
    callback: (...values: AtomValues<[...A]>) => R