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

6 lines (5 loc) 458 B
export { IconComponent } from './icon.component'; export type { SvgIconOptions } from './icon-registry'; export { IconRegistry, SvgIconConfig, getSvgIconFailedToSanitizeRawError, getSvgIconFailedToSanitizeUrlError, getSvgIconFromNamedError, getSvgIconNoHttpClientProvidedError, } from './icon-registry'; export type { TrustedHTML, TrustedTypePolicy, TrustedTypePolicyFactory } from './trusted-types'; export { trustedHTMLFromString } from './trusted-types';