UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

17 lines (16 loc) 732 B
import { OnInit } from '@angular/core'; import { INgxHelperCoordinates, INgxHelperCoordinatesConfig } from '../ngx-helper-coordinates.interface'; import * as i0 from "@angular/core"; export declare class ShowComponent implements OnInit { private className; coordinates: INgxHelperCoordinates; config?: Partial<Omit<INgxHelperCoordinatesConfig, 'view'>>; close: () => void; private map; copied?: 'LATITUDE' | 'LONGITUDE'; private copyTimeout; ngOnInit(): void; setCopy(type: 'LATITUDE' | 'LONGITUDE'): void; static ɵfac: i0.ɵɵFactoryDeclaration<ShowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ShowComponent, "ng-component", never, {}, {}, never, never, true, never>; }