@taiga-ui/addon-mobile
Version:
Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.
8 lines (7 loc) • 438 B
TypeScript
import { TuiCalendarSheet } from '@taiga-ui/core/components/calendar';
import * as i0 from "@angular/core";
export declare class TuiMobileCalendarSheet extends TuiCalendarSheet {
protected readonly isIOS: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileCalendarSheet, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileCalendarSheet, "tui-mobile-calendar-sheet", never, {}, {}, never, never, true, never>;
}