mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
21 lines
366 B
JavaScript
21 lines
366 B
JavaScript
export * as Popper from '@popperjs/core'
|
|
|
|
// Export all Bootstrap components directly for consistent usage
|
|
export {
|
|
Alert,
|
|
Button,
|
|
Carousel,
|
|
Collapse,
|
|
Dropdown,
|
|
Modal,
|
|
Offcanvas,
|
|
Popover,
|
|
ScrollSpy,
|
|
Tab,
|
|
Toast,
|
|
Tooltip
|
|
} from 'bootstrap'
|
|
|
|
// Re-export everything as namespace for backward compatibility
|
|
export * as bootstrap from 'bootstrap'
|