ArrayAtom<Atom>: StateAtom<Atom[], {
    add: typeof add;
    addIfNew: typeof addIfNew;
    clear: typeof clear;
    insert: typeof insert;
    insertSorted: typeof insertSorted;
    remove: typeof remove;
    set: typeof set;
}>

Type Parameters

  • Atom

Type declaration

  • add: typeof add
  • addIfNew: typeof addIfNew
  • clear: typeof clear
  • insert: typeof insert
  • insertSorted: typeof insertSorted
  • remove: typeof remove
  • set: typeof set

Generated using TypeDoc