UNPKG
@devino.solutions/upup
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
@devino.solutions/upup
/
dist
/
frontend
/
components
/
FileIcon.d.ts
6 lines
(5 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
declare
const
_default
:
React
.
NamedExoticComponent
<{
extension
?:
string
|
undefined
; } &
React
.
SVGAttributes
<
SVGElement
> &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
_default;