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

20 lines (19 loc) 906 B
import type { DropdownDividerClass, DropdownDividerProperties, DropdownDividerTheme } from './dropdown-divider.theme'; import type { FlowbiteThemeService } from 'flowbite-angular'; import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; /** * `InjectionToken` used to import `DropdownDividerTheme` value * * @example * ``` * var theme = inject(FLOWBITE_DROPDOWN_DIVIDER_THEME_TOKEN) * ``` */ export declare const FLOWBITE_DROPDOWN_DIVIDER_THEME_TOKEN: InjectionToken<DropdownDividerTheme>; export declare class DropdownDividerThemeService implements FlowbiteThemeService<DropdownDividerProperties> { private readonly baseTheme; getClasses(properties: DropdownDividerProperties): DropdownDividerClass; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDividerThemeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DropdownDividerThemeService>; }