UNPKG

@stacksjs/vite

Version:
13 lines (12 loc) 523 B
export { uiEngine } from './plugin/ui-engine' export { autoImports } from './plugin/auto-imports' export { inspect } from './plugin/inspect' export { cssEngine } from './plugin/css-engine' export { components } from './plugin/components' export { pages } from './plugin/pages' export { pwa } from './plugin/pwa' export { layouts } from './plugin/layouts' export { devtools } from './plugin/devtools' export { markdown } from './plugin/markdown' export { i18n } from './plugin/i18n' export { router } from './plugin/router'