jamis
Version:
一种支持通过JSON配置方式生成页面的组件库
5 lines (4 loc) • 307 B
TypeScript
import type { RenderOptions } from 'jamis-core';
import type { RootRenderProps, SchemaCollection } from '../types';
export declare const amisRender: typeof render;
export declare function render(schema: SchemaCollection, props?: RootRenderProps, envParam?: RenderOptions, pathPrefix?: string): JSX.Element;