@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.2 kB
TypeScript
import { OnInit, ElementRef } from '@angular/core';
export declare class PaddingDirective implements OnInit {
p: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingTopDirective implements OnInit {
pt: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingBottomDirective implements OnInit {
pb: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingLeftDirective implements OnInit {
pl: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingRightDirective implements OnInit {
pr: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingHorizontalDirective implements OnInit {
px: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}
export declare class PaddingVerticalDirective implements OnInit {
py: {};
private elementRef;
constructor(elementRef: ElementRef);
ngOnInit(): void;
}