UNPKG

@sixbell-telco/sdk

Version:

A collection of reusable components designed for use in Sixbell Telco Angular projects

24 lines (23 loc) 754 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * OverlayContent - Content container for overlay * * @remarks * This component contains the overlay content and provides it as a template * for the overlay component to display. * * @example * ```html * <st-overlay-content> * <div class="p-4 bg-base-100 rounded-box shadow-lg"> * Your custom content here * </div> * </st-overlay-content> * ``` */ export declare class OverlayContentComponent { template: TemplateRef<unknown>; static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OverlayContentComponent, "st-overlay-content", never, {}, {}, never, ["*"], true, never>; }