export default interface IScrollToOptions {
	top?: number;
	left?: number;
	behavior?: 'auto' | 'smooth';
}
