main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
907 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * --------------------------------------------------------------------------
|
---|
3 | * Bootstrap index.esm.js
|
---|
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
---|
5 | * --------------------------------------------------------------------------
|
---|
6 | */
|
---|
7 |
|
---|
8 | export { default as Alert } from './src/alert.js'
|
---|
9 | export { default as Button } from './src/button.js'
|
---|
10 | export { default as Carousel } from './src/carousel.js'
|
---|
11 | export { default as Collapse } from './src/collapse.js'
|
---|
12 | export { default as Dropdown } from './src/dropdown.js'
|
---|
13 | export { default as Modal } from './src/modal.js'
|
---|
14 | export { default as Offcanvas } from './src/offcanvas.js'
|
---|
15 | export { default as Popover } from './src/popover.js'
|
---|
16 | export { default as ScrollSpy } from './src/scrollspy.js'
|
---|
17 | export { default as Tab } from './src/tab.js'
|
---|
18 | export { default as Toast } from './src/toast.js'
|
---|
19 | export { default as Tooltip } from './src/tooltip.js'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.