Type alias ArrayAtom<Atom>
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 declaration
-
add: typeof add
-
addIfNew: typeof addIfNew
-
clear: typeof clear
-
insert: typeof insert
-
insertSorted: typeof insertSorted
-
remove: typeof remove
-
set: typeof set