ignite-html-bootstrap/ignite-bootstrap.js

9 lines
201 B
JavaScript

import { DropdownMenu } from "./dropdown-menu.js";
import { DropdownButton } from "./dropdown-button.js";
import { Modal } from "./modal.js";
export {
DropdownMenu,
DropdownButton,
Modal
}