@gouvfr-anct/mediation-numerique
Version:
📚 Bibliothèque pour la cartographie de l’offre de médiation numérique.
13 lines (12 loc) • 784 B
TypeScript
import { EventEmitter } from '@angular/core';
import { GeoJson, Structure } from '@gouvfr-anct/mediation-numerique';
import * as i0 from "@angular/core";
export declare class StructureListStubComponent {
structureList: Structure[];
location: GeoJson;
selectedStructure: Structure;
displayMapMarkerId: EventEmitter<string>;
selectedMarkerId: EventEmitter<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<StructureListStubComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StructureListStubComponent, "app-structure-list", never, { "structureList": "structureList"; "location": "location"; "selectedStructure": "selectedStructure"; }, { "displayMapMarkerId": "displayMapMarkerId"; "selectedMarkerId": "selectedMarkerId"; }, never, never, false>;
}