import type { UserConfig } from '@tistory-react/core'; export function defineConfig(config: UserConfig): UserConfig { return config; } export type { UserConfig };