@kushki/ng-suka
Version:
<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>
44 lines (43 loc) • 1.19 kB
TypeScript
import { OnInit, ElementRef } from '@angular/core';
export declare class MarginDirective implements OnInit {
m: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginTopDirective implements OnInit {
mt: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginBottomDirective implements OnInit {
mb: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginLeftDirective implements OnInit {
ml: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginRightDirective implements OnInit {
mr: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginHorizontalDirective implements OnInit {
mx: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class MarginVerticalDirective implements OnInit {
my: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}