UNPKG

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

37 lines (36 loc) 1.54 kB
import type { DropdownItemClass } from './dropdown-item.theme'; import { DropdownItemThemeService } from './dropdown-item.theme.service'; import { DropdownComponent } from './dropdown.component'; import { BaseComponent } from 'flowbite-angular'; import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; export declare const FLOWBITE_DROPDOWN_ITEM_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{ root?: { base?: string | undefined; } | undefined; }>; export declare const dropdownItemDefaultValueProvider: import("@angular/core").EnvironmentProviders; /** * @see https://flowbite.com/docs/components/dropdowns/ */ export declare class DropdownItemComponent extends BaseComponent<DropdownItemClass> { /** * Service injected used to generate class */ readonly themeService: DropdownItemThemeService; /** * The parent `DropdownComponent` */ readonly dropdownComponent: DropdownComponent; /** * Set the custom style for this dropdown item */ customStyle: import("@angular/core").ModelSignal<{ root?: { base?: string | undefined; } | undefined; }>; fetchClass(): DropdownItemClass; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemComponent, "flowbite-dropdown-item", never, { "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "customStyle": "customStyleChange"; }, never, ["*"], true, never>; }