type THTMLCollectionListener = (details: { index?: number; item?: T; propertyName?: string; propertyValue?: any; }) => void; export default THTMLCollectionListener;