UNPKG
fomantic-ui-react
Version:
latest (0.0.1-alpha.12)
0.0.1-alpha.12
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
0.0.1-alpha
0.0.0
Fomantic-UI React -- A React Component Library.
fomantic-ui-react
/
es
/
text
/
Text.d.ts
8 lines
(7 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
TextProps
}
from
'./type'
;
declare
const
Text
: { ({
as
, className, color, size, content, children, ...props }:
TextProps
):
React
.
ReactElement
<
any
,
string
|
React
.
JSXElementConstructor
<
any
>>;
displayName
:
string
; };
export
default
Text
;