@egjs/ngx-conveyer
Version:
Angular Conveyer adds Drag gestures to your Native Scroll.
10 lines (9 loc) • 467 B
TypeScript
import { REACTIVE_CONVEYER } from '@egjs/conveyer';
import { ReactiveAdapterResult } from '@cfcs/angular';
import * as i0 from "@angular/core";
export declare class NgxConveyerInterface {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxConveyerInterface, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxConveyerInterface, never, never, {}, {}, never>;
}
export interface NgxConveyerInterface extends ReactiveAdapterResult<typeof REACTIVE_CONVEYER, 'ngx'> {
}