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
/
AdapterViewContainer.d.ts
5 lines
(4 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
import
React
, {
PropsWithChildren
}
from
'react'
;
export
default
function
AdapterViewContainer
(
{ children, isLoading, }: PropsWithChildren<{ isLoading?: boolean; }>
):
React
.
JSX
.
Element
;