UNPKG

@foxpage/foxpage-engine-react18

Version:

foxpage react render engine

8 lines (7 loc) 221 B
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>;