UNPKG

ion-oui

Version:

The client library of oui builder for ionic

11 lines (10 loc) 378 B
import { Type } from "@angular/core"; import { OUIIonElement } from "../oui-element"; import { OUIAbstractIonParser } from "../oui-parser"; export declare class OUIIonPaddingComponent extends OUIIonElement { get padding(): string; } export declare class OUIIonPaddingComponentParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; }