mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
17 lines
404 B
TypeScript
17 lines
404 B
TypeScript
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 './src/sortable'
|
|
|
|
// Re-export everything from bootstrap.ts (single source of truth)
|
|
export * from './src/bootstrap'
|
|
|
|
// Re-export tabler namespace
|
|
export * as tabler from './src/tabler'
|