export type TNodeListListener = (item: T, referenceItem?: T | null) => void;