UNPKG

sb-element

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]

13 lines (12 loc) 491 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SbAlignDirective { private host; get nativeElement(): HTMLElement; constructor(host: ElementRef); moveTo(x: number, y: number): void; moveBy(dx: number, dy: number): void; private translate; static ɵfac: i0.ɵɵFactoryDeclaration<SbAlignDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SbAlignDirective, "[sbElAlign]", never, {}, {}, never>; }