17 lines
350 B
TypeScript
17 lines
350 B
TypeScript
export {
|
|
CURRENT_THEME,
|
|
THEME_IDS,
|
|
THEME_CONFIGS,
|
|
getThemeConfig,
|
|
type ThemeId,
|
|
type ThemeConfig,
|
|
} from "./site.config";
|
|
|
|
export {
|
|
getPocketBaseConfig,
|
|
getPaymentConfig,
|
|
getJoinPaymentConfig,
|
|
getServicesConfig,
|
|
} from "./services.config";
|
|
export type { PocketBaseConfig, PaymentConfig, ServicesConfig } from "./services.config";
|