UNPKG

@rero/ng-core

Version:

RERO angular core library.

14 lines (13 loc) 622 B
import * as i0 from "@angular/core"; export interface IExportOption { label: string; url: string; disabled?: boolean; disabled_message?: string; } export declare class ExportButtonComponent { /** Export formats configuration */ exportOptions: import("@angular/core").InputSignal<IExportOption[]>; static ɵfac: i0.ɵɵFactoryDeclaration<ExportButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ExportButtonComponent, "ng-core-export-button", never, { "exportOptions": { "alias": "exportOptions"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }