flowbite-angular
Version:
<div align="center"> <h1>:construction: flowbite-angular (unreleased) :construction:</h1> <p> <a href="https://flowbite.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src="https://flowbite.s3.amazonaws.com/github/logo-github
23 lines (22 loc) • 1.07 kB
TypeScript
/**
* Thanks to Angular Material for Icon part of this library : https://github.com/angular/components
*/
import { IconRegistry } from './icon-registry';
import type { FlowbiteClass } from 'flowbite-angular';
import { BaseComponent } from 'flowbite-angular';
import type { OnInit } from '@angular/core';
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconComponent extends BaseComponent<FlowbiteClass> implements OnInit {
_elementRef: ElementRef<HTMLElement>;
_iconRegistry: IconRegistry;
svgIcon: import("@angular/core").ModelSignal<string>;
init(): void;
fetchClass(): FlowbiteClass;
private _splitIconName;
private _updateSvgIcon;
private _setSvgElement;
private _clearSvgElements;
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "flowbite-icon", never, { "svgIcon": { "alias": "svgIcon"; "required": true; "isSignal": true; }; }, { "svgIcon": "svgIconChange"; }, never, ["*"], true, never>;
}