@taiga-ui/addon-mobile
Version:
Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.
9 lines (8 loc) • 472 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiDropdownMobile {
private readonly isMobile;
tuiDropdownMobile: string;
protected onMouseDown(event: MouseEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownMobile, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDropdownMobile, "[tuiDropdownMobile]", never, { "tuiDropdownMobile": { "alias": "tuiDropdownMobile"; "required": false; }; }, {}, never, never, true, never>;
}