UNPKG

@reactjsonforms/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

12 lines (11 loc) 378 B
import React from 'react'; import { JsonSchema } from '@reactjsonforms/core'; interface CombinatorPropertiesProps { schema: JsonSchema; combinatorKeyword: 'oneOf' | 'anyOf'; path: string; } export declare class CombinatorProperties extends React.Component<CombinatorPropertiesProps, {}> { render(): JSX.Element; } export default CombinatorProperties;