source: imaps-frontend/node_modules/bootstrap/js/index.umd.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 874 bytes
RevLine 
[d565449]1/**
2 * --------------------------------------------------------------------------
3 * Bootstrap index.umd.js
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5 * --------------------------------------------------------------------------
6 */
7
8import Alert from './src/alert.js'
9import Button from './src/button.js'
10import Carousel from './src/carousel.js'
11import Collapse from './src/collapse.js'
12import Dropdown from './src/dropdown.js'
13import Modal from './src/modal.js'
14import Offcanvas from './src/offcanvas.js'
15import Popover from './src/popover.js'
16import ScrollSpy from './src/scrollspy.js'
17import Tab from './src/tab.js'
18import Toast from './src/toast.js'
19import Tooltip from './src/tooltip.js'
20
21export default {
22 Alert,
23 Button,
24 Carousel,
25 Collapse,
26 Dropdown,
27 Modal,
28 Offcanvas,
29 Popover,
30 ScrollSpy,
31 Tab,
32 Toast,
33 Tooltip
34}
Note: See TracBrowser for help on using the repository browser.