UNPKG

@chamn/engine

Version:
10 lines (9 loc) 369 B
import { default as React } from 'react'; import { CPage } from '@chamn/model'; import { EnginContext } from '../../type'; export type DisplaySourceSchemaProps = { pageModel: CPage; engineCtx: EnginContext; children: React.ReactNode; }; export declare const DisplaySourceSchema: (props: DisplaySourceSchemaProps) => import("react/jsx-runtime").JSX.Element;