UNPKG

vitepress-theme-tui

Version:
9 lines (6 loc) 214 B
import { getCurrentTheme, setTheme, themes } from './themes' import useTUI from './useTUI.js' import './styles/base.css' import './styles/index.css' export { useTUI } export { getCurrentTheme, setTheme, themes }