export type ItemAdder = (item: T, index?: number) => void;