gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
13 lines (12 loc) • 314 B
JavaScript
// Bootstrap styles
import "./bs";
// Import the IE fix
import "./ie";
// Bootstrap Components
import * as Components from "./components";
export { Components };
// Bootstrap Global library
const BS = { Components };
window["GD"] = window["GD"] || BS;
// Custom Elements
import "./custom-elements.js";