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
/
builtins
/
BashOSPlatform
/
index.d.ts
12 lines
(11 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
React
from
'react'
;
interface
BashOSPlatformProps
{
windows
?:
string
;
linux
?:
string
;
macos
?:
string
;
ios
?:
string
;
android
?:
string
;
defaultActiveKey
?:
string
; }
declare
const
BashOSPlatform
:
React
.
FC
<
BashOSPlatformProps
>;
export
default
BashOSPlatform
;