UNPKG

@taiga-ui/addon-mobile

Version:

Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.

15 lines (14 loc) 711 B
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus'; import * as i0 from "@angular/core"; export declare class TuiMobileLoaderAndroid { private readonly context; private readonly threshold; protected get percent(): number; protected get dropped(): boolean; protected get hostTransform(): string; protected get opacity(): number; protected get transform(): string; static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileLoaderAndroid, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileLoaderAndroid, "tui-mobile-android-loader", never, {}, {}, never, never, true, never>; } export declare const TUI_ANDROID_LOADER: PolymorpheusComponent<TuiMobileLoaderAndroid>;