import { useI18n } from '@rspress/core/runtime'; import { IconArrowRight, Link, renderInlineMarkdown, SvgWrapper, usePrevNextPage, } from '@rspress/core/theme'; import clsx from 'clsx'; import './index.scss'; export function PrevNextPage() { const { prevPage, nextPage } = usePrevNextPage(); const t = useI18n(); return (