UNPKG
@ricons/tabler
Version:
latest (0.13.0)
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
React SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
@ricons/tabler
/
Typography.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
Omit
<
React
.
SVGProps
<
SVGElement
>,
"ref"
> &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
_default;