UNPKG
@easyx.ai/dumi-theme-easyxai
Version:
latest (0.0.2)
0.0.2
0.0.1
@easyx.ai/dumi-theme-easyxai 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验
cnb.cool/easyxai/dumi-theme
@easyx.ai/dumi-theme-easyxai
/
dist
/
components
/
AppNavIcon
/
index.d.ts
9 lines
(8 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
'./index.css'
;
import
{
type
Lang
,
type
NavConfig
}
from
'./utils'
;
export
interface
AppNavProps
{
lang
?:
Lang
;
trigger
?:
'hover'
|
'focus'
|
'click'
;
config
?:
NavConfig
; }
export
declare
const
AppNavIcon
:
(
props
?:
AppNavProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;