export interface IDrag { momentumFactor: number; preserveMomentum: boolean; }