UNPKG

vitepress-theme-tui

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