@taiga-ui/addon-mobile
Version:
Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.
9 lines (8 loc) • 477 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiSwipeActionsAutoClose {
private readonly el;
autoClose: boolean | string;
protected handleEvent(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSwipeActionsAutoClose, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSwipeActionsAutoClose, "tui-swipe-actions[autoClose]", never, { "autoClose": { "alias": "autoClose"; "required": false; }; }, {}, never, never, true, never>;
}