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) 733 B
export { ButtonComponent, FLOWBITE_BUTTON_COLOR_DEFAULT_VALUE, FLOWBITE_BUTTON_CUSTOM_STYLE_DEFAULT_VALUE, FLOWBITE_BUTTON_FILL_DEFAULT_VALUE, FLOWBITE_BUTTON_GRADIENT_DUOTONE_DEFAULT_VALUE, FLOWBITE_BUTTON_GRADIENT_MONOCHROME_DEFAULT_VALUE, FLOWBITE_BUTTON_IS_DISABLED_DEFAULT_VALUE, FLOWBITE_BUTTON_IS_PILL_DEFAULT_VALUE, FLOWBITE_BUTTON_SIZE_DEFAULT_VALUE, buttonDefaultValueProvider, } from './button.component'; export type { ButtonProperties, ButtonClass, ButtonTypes, ButtonColors, ButtonDuoToneColors, ButtonFill, ButtonMonochromeColors, ButtonSizes, ButtonTheme, } from './button.theme'; export { buttonTheme } from './button.theme'; export { ButtonThemeService, FLOWBITE_BUTTON_THEME_TOKEN } from './button.theme.service';