@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) • 518 B
TypeScript
import { TuiPopoverService } from '@taiga-ui/cdk/services';
import { type TuiSheetDialogOptions } from './sheet-dialog.options';
import * as i0 from "@angular/core";
export declare class TuiSheetDialogService extends TuiPopoverService<TuiSheetDialogOptions<any>> {
private readonly theme;
private initial;
protected readonly $: import("rxjs").Subscription;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDialogService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TuiSheetDialogService>;
}