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

17 lines (16 loc) 1.74 kB
export { ModalComponent, FLOWBITE_MODAL_CUSTOM_STYLE_DEFAULT_VALUE, FLOWBITE_MODAL_IS_DISMISSABLE_DEFAULT_VALUE, FLOWBITE_MODAL_IS_OPEN_DEFAULT_VALUE, FLOWBITE_MODAL_POSITION_DEFAULT_VALUE, FLOWBITE_MODAL_SIZE_DEFAULT_VALUE, modalDefaultValueProvider, } from './modal.component'; export type { ModalProperties, ModalClass, ModalPositions, ModalSizes, ModalTheme, } from './modal.theme'; export { modalTheme } from './modal.theme'; export { FLOWBITE_MODAL_THEME_TOKEN, ModalThemeService } from './modal.theme.service'; export { ModalHeaderComponent, FLOWBITE_MODAL_HEADER_CUSTOM_STYLE_DEFAULT_VALUE, modalHeaderDefaultValueProvider, } from './modal-header.component'; export type { ModalHeaderProperties, ModalHeaderClass, ModalHeaderTheme, } from './modal-header.theme'; export { modalHeaderTheme } from './modal-header.theme'; export { FLOWBITE_MODAL_HEADER_THEME_TOKEN, ModalHeaderThemeService, } from './modal-header.theme.service'; export { ModalBodyComponent, FLOWBITE_MODAL_BODY_CUSTOM_STYLE_DEFAULT_VALUE, modalBodyDefaultValueProvider, } from './modal-body.component'; export type { ModalBodyProperties, ModalBodyClass, ModalBodyTheme } from './modal-body.theme'; export { modalBodyTheme } from './modal-body.theme'; export { FLOWBITE_MODAL_BODY_THEME_TOKEN, ModalBodyThemeService } from './modal-body.theme.service'; export { ModalFooterComponent, FLOWBITE_MODAL_FOOTER_CUSTOM_STYLE_DEFAULT_VALUE, modalFooterDefaultValueProvider, } from './modal-footer.component'; export type { ModalFooterProperties, ModalFooterClass, ModalFooterTheme, } from './modal-footer.theme'; export { modalFooterTheme } from './modal-footer.theme'; export { FLOWBITE_MODAL_FOOTER_THEME_TOKEN, ModalFooterThemeService, } from './modal-footer.theme.service';