UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

15 lines (14 loc) 449 B
declare function RadioOrSelect(props: any): import("react/jsx-runtime").JSX.Element; declare namespace RadioOrSelect { namespace propTypes { let schema: PropTypes.Requireable<PropTypes.InferProps<{ titleMap: PropTypes.Requireable<any[]>; }>>; } namespace defaultProps { let schema_1: {}; export { schema_1 as schema }; } } export default RadioOrSelect; import PropTypes from 'prop-types';