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
/
FileItem.d.ts
8 lines
(7 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
FileWithParams
}
from
'../../shared/types'
;
declare
type
Props
= {
file
:
FileWithParams
; };
declare
const
_default
:
React
.
NamedExoticComponent
<
Props
>;
export
default
_default;