UNPKG
zhu-jiang-yi-yuan-mobile
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院移动端
www.nsn.com
zhu-jiang-yi-yuan-mobile
/
es
/
@types
/
MainProps.d.ts
14 lines
(10 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
MainState
}
from
'./MainState'
;
export
interface
MainProps
{ }
export
interface
TabsProps
{
key
:
MainState
[
'activeTab'
];
text
:
string
; }
export
interface
ContentsProps
{ [
K
:
Required
<
MainState
>[
'activeTab'
]]:
JSX
.
Element
; }