mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
12 lines
270 B
JavaScript
12 lines
270 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/toast"
|
|
|
|
export * as bootstrap from "bootstrap"
|
|
export * as tabler from "./src/tabler"
|