UNPKG
dumi-theme-antd-web3
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.3.16
0.3.15
0.3.14-bate.2
0.3.14-bate.1
0.3.13
0.3.12
Ant Design 5.0 官网风格类似的 dumi2 主题插件
kuangpf.com/dumi-theme-antd
KuangPF/dumi-theme-antd
dumi-theme-antd-web3
/
dist
/
common
/
EditLink.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
declare
const
EditLink
:
() =>
import
(
"@emotion/react/types/jsx-namespace"
).
EmotionJSX
.
Element
|
null
;
export
default
EditLink
;