Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * --------------------------------------------------------------------------
1441 ariadna 3
 * Bootstrap index.esm.js
1 efrain 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'
1441 ariadna 14
export { default as Offcanvas } from './bootstrap/offcanvas'
1 efrain 15
export { default as Popover } from './bootstrap/popover'
1441 ariadna 16
export { default as ScrollSpy } from './bootstrap/scrollspy'
1 efrain 17
export { default as Tab } from './bootstrap/tab'
18
export { default as Toast } from './bootstrap/toast'
19
export { default as Tooltip } from './bootstrap/tooltip'