@taiga-ui/kit
Version:
Taiga UI Angular main components kit
13 lines (12 loc) • 809 B
TypeScript
import { type TuiPopover } from '@taiga-ui/cdk/services';
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/directives/animated";
export declare class TuiPdfViewerComponent<I, O> {
protected readonly closeWord$: import("rxjs").Observable<string>;
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
protected onKeyDownEsc(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
}