UNPKG

ion-oui

Version:

The client library of oui builder for ionic

12 lines (11 loc) 392 B
import { OUIAbstractIonParser } from '../oui-parser'; import { Type } from "@angular/core"; import { OUIIonElement } from "../oui-element"; export declare class OUIIonCard extends OUIIonElement { get margin(): string | null; get borderRadius(): string; } export declare class OUIIonCardParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; }