gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
16 lines (12 loc) • 318 B
text/typescript
// 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";