@taiga-ui/addon-mobile
Version:
Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.
11 lines (10 loc) • 471 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiBottomSheet {
private readonly elements;
private readonly content?;
private readonly el;
stops: readonly string[];
protected onScroll(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBottomSheet, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiBottomSheet, "tui-bottom-sheet", never, { "stops": { "alias": "stops"; "required": false; }; }, {}, never, ["*"], true, never>;
}