Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mapPopup.d.ts 258 B
/**
 * Created by gavorhes on 11/3/2015.
 */
import MapPopupCls from './mapPopupCls';
/**
 * The single popup object catch is that it is common to multimap pages
 * @type {MapPopupCls}
 */
export declare const mapPopup: MapPopupCls;
export default mapPopup;