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

5 lines (4 loc) 833 B
export { IndicatorComponent, FLOWBITE_INDICATOR_COLOR_DEFAULT_VALUE, FLOWBITE_INDICATOR_CUSTOM_STYLE_DEFAULT_VALUE, FLOWBITE_INDICATOR_HAS_BORDER_DEFAULT_VALUE, FLOWBITE_INDICATOR_HAS_OFFSET_DEFAULT_VALUE, FLOWBITE_INDICATOR_IS_DISABLED_DEFAULT_VALUE, FLOWBITE_INDICATOR_IS_OUTLINE_DEFAULT_VALUE, FLOWBITE_INDICATOR_IS_PILL_DEFAULT_VALUE, FLOWBITE_INDICATOR_IS_ROUNDED_DEFAULT_VALUE, FLOWBITE_INDICATOR_PLACEMENT_DEFAULT_VALUE, FLOWBITE_INDICATOR_SIZE_DEFAULT_VALUE, indicatorDefaultValueProvider, } from './indicators.component'; export type { IndicatorProperties, indicatorClass, IndicatorColors, IndicatorTheme, IndicatorPositions, IndicatorSizes, } from './indicators.theme'; export { indicatorTheme } from './indicators.theme'; export { FLOWBITE_INDICATOR_THEME_TOKEN, IndicatorThemeService } from './indicators.theme.service';