Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

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