Type alias ZoomAlphaOptions

ZoomAlphaOptions: {
    minAlphaRatio: number;
    zoomRange: ZoomRange;
}

Type declaration