1 |
efrain |
1 |
/**
|
|
|
2 |
* --------------------------------------------------------------------------
|
|
|
3 |
* Bootstrap (v4.6.2): index.js
|
|
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
|
5 |
* --------------------------------------------------------------------------
|
|
|
6 |
*/
|
|
|
7 |
|
|
|
8 |
export { default as Alert } from './bootstrap/alert'
|
|
|
9 |
export { default as Button } from './bootstrap/button'
|
|
|
10 |
export { default as Carousel } from './bootstrap/carousel'
|
|
|
11 |
export { default as Collapse } from './bootstrap/collapse'
|
|
|
12 |
export { default as Dropdown } from './bootstrap/dropdown'
|
|
|
13 |
export { default as Modal } from './bootstrap/modal'
|
|
|
14 |
export { default as Popover } from './bootstrap/popover'
|
|
|
15 |
export { default as Scrollspy } from './bootstrap/scrollspy'
|
|
|
16 |
export { default as Tab } from './bootstrap/tab'
|
|
|
17 |
export { default as Toast } from './bootstrap/toast'
|
|
|
18 |
export { default as Tooltip } from './bootstrap/tooltip'
|
|
|
19 |
export { default as Util } from './bootstrap/util'
|