UNPKG

@gouvfr-anct/mediation-numerique

Version:

📚 Bibliothèque pour la cartographie de l’offre de médiation numérique.

13 lines (12 loc) • 648 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CardStubComponent { structure: any; isSelected: boolean; isOrientation: boolean; showDetails: EventEmitter<any>; addToList: EventEmitter<any>; hover: EventEmitter<any>; static ɵfac: i0.ɵɵFactoryDeclaration<CardStubComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CardStubComponent, "app-card", never, { "structure": "structure"; "isSelected": "isSelected"; "isOrientation": "isOrientation"; }, { "showDetails": "showDetails"; "addToList": "addToList"; "hover": "hover"; }, never, never, false>; }