UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

10 lines (9 loc) 242 B
export interface TuiZoomEvent { readonly clientX: number; readonly clientY: number; readonly delta: number; readonly event: TouchEvent | WheelEvent; } export interface TuiZoomOptions { readonly wheelSensitivity: number; }