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
10 lines (9 loc) • 392 B
TypeScript
import type { EnvironmentProviders } from '@angular/core';
/**
* This function define base implementation of injected services and value used all over flowbite-angular library.
*
* @returns Return the configuration for flowbite-angular ThemeServices, themeProviders and settingsProviders.
*
* @see `EnvironmentProviders`
*/
export declare function initFlowbite(): EnvironmentProviders;