UNPKG
@untitledui/file-icons
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Official React library for Untitled UI File Icons
@untitledui/file-icons
/
dist
/
solid
/
jpeg.d.ts
10 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
FC
,
SVGProps
}
from
'react'
;
interface
Props
extends
SVGProps
<
SVGSVGElement
> {
size
?:
number
;
theme
?:
"light"
|
"dark"
; }
declare
const
Jpeg
:
FC
<
Props
>;
export
{
Jpeg
};