API should maybe look like: ```tsx const [ Track ]= createTracker({ ... pageView: { onViewEnd:( duration )=>{ ... } } }) ```