UNPKG
@gizwits/vantui
Version:
latest (2.3.49)
2.3.49
2.3.48
2.3.45
2.3.44
2.3.43
2.3.42
2.3.41
2.3.40
2.3.39
2.3.38
2.3.37
2.3.36
2.3.35
2.3.34
2.3.33
2.3.32
2.3.31
2.3.30
2.3.29
2.3.28
2.3.27
2.3.26
2.3.25
2.3.24
2.3.23
2.3.22
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.14-1
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.2
2.3.1
2.3.0
2.3.0-26
2.3.0-25
2.3.0-24
2.3.0-23
2.3.0-22
2.3.0-21
2.3.0-20
2.3.0-19
2.3.0-18
2.3.0-17
2.3.0-16
2.3.0-15
2.3.0-14
2.3.0-13
2.3.0-12
2.3.0-11
2.3.0-10
2.3.0-9
2.3.0-8
2.3.0-7
2.3.0-6
2.3.0-5
2.3.0-4
2.3.0-3
2.3.0-2
2.3.0-1
机智云组件库
github.com/AntmJS/vantui
@gizwits/vantui
/
types
/
text.d.ts
9 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FunctionComponent
}
from
'react'
import
{
TextProps
as
TextPropsT
}
from
'@tarojs/components'
export
type
TextProps
=
TextPropsT
declare
const
Text
:
FunctionComponent
<
TextProps
>
export
{
Text
}