mt-portfolio
Version:
A Portfolio maker for Angular with image, heading, caption, ability to add contact form and demo
16 lines (15 loc) • 641 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SwipeDirective {
next: EventEmitter<void>;
previous: EventEmitter<void>;
swipeCoord: number[];
swipeTime: number;
constructor();
onSwipeStart($event: any): void;
onSwipeEnd($event: any): void;
onSwipe(e: TouchEvent, when: string): void;
swipe(e: TouchEvent, when: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SwipeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SwipeDirective, "[swipe]", never, {}, { "next": "next"; "previous": "previous"; }, never>;
}