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
/
shared
/
MainBoxHeader.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
declare
type
Props
= {
handleCancel
():
void
; };
export
default
function
MainBoxHeader
(
{ handleCancel }:
Props
):
React
.
JSX
.
Element
|
null
;
export
{};