UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

65 lines (64 loc) 1.93 kB
declare namespace _default { namespace schema { export let type: string; export namespace properties { namespace age { let type_1: string; export { type_1 as type }; export let title: string; } namespace items { let type_2: string; export { type_2 as type }; export namespace items_1 { let type_3: string; export { type_3 as type }; export let anyOf: ({ properties: { foo: { type: string; }; bar?: undefined; }; } | { properties: { bar: { type: string; }; foo?: undefined; }; })[]; } export { items_1 as items }; } } let anyOf_1: ({ title: string; properties: { firstName: { type: string; title: string; default: string; }; lastName: { type: string; title: string; }; idCode?: undefined; }; } | { title: string; properties: { idCode: { type: string; title: string; }; firstName?: undefined; lastName?: undefined; }; })[]; export { anyOf_1 as anyOf }; } let formData: {}; } export default _default;