mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
7 lines
283 B
TypeScript
7 lines
283 B
TypeScript
import { JSONPageRenderer, ComponentRendererProps } from './JSONPageRenderer'
|
|
import styleDesignerConfig from '@/config/pages/style-designer.json'
|
|
|
|
export function JSONStyleDesigner() {
|
|
return <JSONPageRenderer schema={styleDesignerConfig as ComponentRendererProps['schema']} />
|
|
}
|