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
/
Footer
/
style.d.ts
5 lines
(4 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
useStyles
:
(
props
?:
boolean
|
undefined
) =>
import
(
"antd-style"
).
ReturnStyles
<{
container
:
import
(
"antd-style"
).
SerializedStyles
;
footer
:
import
(
"antd-style"
).
SerializedStyles
; }>;