fix: update dependencies and improve app detail handling (#14444)

This commit is contained in:
Wu Tianwei
2025-02-27 15:11:42 +08:00
committed by GitHub
parent 1e3197a1ea
commit 4fbe52da40
5 changed files with 10 additions and 10 deletions

View File

@@ -3,13 +3,13 @@
import { useSelectedLayoutSegment } from 'next/navigation'
import Link from 'next/link'
import classNames from '@/utils/classnames'
import type { RemixiconComponentType } from '@remixicon/react'
export type NavIcon = React.ComponentType<
React.PropsWithoutRef<React.ComponentProps<'svg'>> & {
title?: string | undefined
titleId?: string | undefined
}
>
}> | RemixiconComponentType
export type NavLinkProps = {
name: string