laravel-jstools
Version:
JS tools for building front-side of Laravel applications
18 lines (17 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const bootstrap = {
Alert: window.Alert,
Button: window.Button,
Carousel: window.Carousel,
Collapse: window.Collapse,
Dropdown: window.Dropdown,
Modal: window.Modal,
Offcanvas: window.Offcanvas,
Popover: window.Popover,
ScrollSpy: window.ScrollSpy,
Tab: window.Tab,
Toast: window.Toast,
Tooltip: window.Tooltip,
};
window.bootstrap = bootstrap;