@igo2/context
Version:
5 lines (4 loc) • 372 B
TypeScript
import { BookmarkButtonComponent, BookmarkDialogComponent } from './bookmark-button';
import { PoiButtonComponent } from './poi-button';
import { UserButtonComponent } from './user-button';
export declare const CONTEXT_MAP_BUTTON_DIRECTIVES: readonly [typeof BookmarkButtonComponent, typeof BookmarkDialogComponent, typeof PoiButtonComponent, typeof UserButtonComponent];