1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 06:12:22 +04:00
Files
tabler/core/js/tabler.umd.js
T

16 lines
350 B
JavaScript

import "./src/autosize"
import "./src/countup"
import "./src/input-mask"
import "./src/dropdown"
import "./src/tooltip"
import "./src/popover"
import "./src/switch-icon"
import "./src/tab"
import "./src/toast"
import * as bootstrap from "bootstrap"
import * as tabler from "./src/tabler"
globalThis.bootstrap = bootstrap
globalThis.tabler = tabler