import type { UserThemeConfig } from '../types' export * from '../config' export * from '../types/index.d' /** * valaxy-theme-press * @see https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-press */ export function defineThemeConfig(config: UserThemeConfig) { return config }