UNPKG

ion-oui

Version:

The client library of oui builder for ionic

34 lines (33 loc) 1.05 kB
import { Type } from "@angular/core"; import { OUIIonElement } from "../oui-element"; import { OUIAbstractIonParser } from "../oui-parser"; export declare class OUIIonRowComponent extends OUIIonElement { get deepStyle(): { width: string; }; } export declare class OUIIonRowComponentParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; } export declare class OUIIonColumComponent extends OUIIonElement { get deepStyle(): { height: string; }; } export declare class OUIIonColumnComponentParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; } export declare class OUIIonExpanded extends OUIIonElement { } export declare class OUIIonExpandedParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; } export declare class OUIIonFlexible extends OUIIonElement { } export declare class OUIIonFlexibleParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; }