UNPKG
@foxpage/foxpage-engine-react18
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
foxpage react render engine
@foxpage/foxpage-engine-react18
/
lib
/
components
/
Container.d.ts
8 lines
(7 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
Context
}
from
'@foxpage/foxpage-types'
;
export
interface
ContainerProps
{
ctx
:
Context
;
children
?:
React
.
ReactNode
; }
export
declare
const
Container
:
React
.
FC
<
ContainerProps
>;