/** * Scroll position function type used to auto hide * the material toolbar in conjuction with Angular CDK. */ export type scrollPosition = () => [number, number];