mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-24 23:48:35 +00:00
19 lines
551 B
XML
19 lines
551 B
XML
// // @ts-expect-error TS(7016) FIXME
|
|
// import { FormBuilder } from '@ginkgo-bioworks/react-json-schema-form-builder';
|
|
//
|
|
// type OwnProps = {
|
|
// schema: string;
|
|
// uischema: string;
|
|
// };
|
|
//
|
|
// export default function ReactFormBuilder({ schema, uischema }: OwnProps) {
|
|
// // onChange={(newSchema: string, newUiSchema: string) => {
|
|
// // this.setState({
|
|
// // schema: newSchema,
|
|
// // uischema: newUiSchema,
|
|
// // });
|
|
// // }}
|
|
// // return <main />;
|
|
// return <FormBuilder schema={schema} uischema={uischema} />;
|
|
// }
|