UNPKG
@retriever-ui/typography
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
styles to text items
github.com/indahousi/retriever
indahousi/retriever
@retriever-ui/typography
/
lib
/
title
/
index.d.ts
5 lines
(4 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
TypographyInterface
,
TypographyRefTypes
}
from
'../interface'
;
declare
const
Text
:
React
.
ForwardRefExoticComponent
<
TypographyInterface
&
React
.
RefAttributes
<
TypographyRefTypes
>>;
export
default
Text
;