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

9 lines (8 loc) 509 B
export { cloneDeep } from './theme/clone-deep'; export { createClass } from './theme/create-class'; export { createTheme } from './theme/create-theme'; export { isObject } from './theme/is-object'; export { mergeTheme } from './theme/merge-theme'; export { themeToString } from './theme/to-string'; export { BARS_SVG_ICON, CHEVRON_DOWN_SVG_ICON, CHEVRON_RIGHT_SVG_ICON, CHEVRON_UP_SVG_ICON, CLOSE_SVG_ICON, MOON_SVG_ICON, SUN_SVG_ICON, } from './icon.list'; export { Guid, generateId } from './id.generator';