UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

8 lines (7 loc) 664 B
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover'; import type { TuiPdfViewerOptions } from './pdf-viewer.options'; import * as i0 from "@angular/core"; export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> { static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "options": { "alias": "tuiPdfViewerOptions"; "required": false; }; "open": { "alias": "tuiPdfViewer"; "required": false; }; }, { "openChange": "tuiPdfViewerChange"; }, never, never, true, never>; }