ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
20 lines (19 loc) • 1.06 kB
TypeScript
import { ElementRef } from '@angular/core';
import { MediaPanel, MediaSizes } from 'ngx-obelisco-example/core/models';
import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import * as i0 from "@angular/core";
export declare class OPanelSmallComponent {
title: string;
description: string;
image: MediaPanel;
isBgWhite: boolean;
isBgLight: boolean;
isVertical: boolean;
customClasses: string;
sizeToPx: (size: MediaSizes) => number;
oCustomContent?: OCustomContentDirective;
listLinkContent?: ElementRef<any>;
panelFooterContent?: ElementRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<OPanelSmallComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OPanelSmallComponent, "o-panel-small", never, { "title": "title"; "description": "description"; "image": "image"; "isBgWhite": "isBgWhite"; "isBgLight": "isBgLight"; "isVertical": "isVertical"; "customClasses": "customClasses"; }, {}, ["oCustomContent", "listLinkContent", "panelFooterContent"], ["*"], false>;
}