UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

60 lines (59 loc) 1.53 kB
declare namespace _default { namespace schema { let type: string; namespace properties { namespace animal { let _enum: string[]; export { _enum as enum }; } } let allOf: ({ if: { properties: { animal: { const: string; }; }; }; then: { properties: { food: { type: string; enum: string[]; }; water?: undefined; }; required: string[]; }; required?: undefined; } | { if: { properties: { animal: { const: string; }; }; }; then: { properties: { food: { type: string; enum: string[]; }; water: { type: string; enum: string[]; }; }; required: string[]; }; required?: undefined; } | { required: string[]; if?: undefined; then?: undefined; })[]; } let formData: {}; } export default _default;