ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
20 lines (19 loc) • 1.09 kB
TypeScript
import { ElementRef } from '@angular/core';
import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import { ModalSizes } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class OModalComponent {
dataTarget: string;
title: string;
subtitle: string;
description: string;
isHeaderUnbordered: boolean;
size: ModalSizes;
isScrollable: boolean;
isOnTop: boolean;
customClasses: string;
oCustomContent?: OCustomContentDirective;
children: ElementRef | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<OModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OModalComponent, "o-modal", never, { "dataTarget": "dataTarget"; "title": "title"; "subtitle": "subtitle"; "description": "description"; "isHeaderUnbordered": "isHeaderUnbordered"; "size": "size"; "isScrollable": "isScrollable"; "isOnTop": "isOnTop"; "customClasses": "customClasses"; }, {}, ["oCustomContent", "children"], ["o-modal-header", "o-modal-content", "*", "o-modal-footer"], false>;
}