UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

28 lines (27 loc) 659 B
declare namespace _default { namespace schema { let title: string; let type: string; let required: string[]; namespace properties { namespace lat { let type_1: string; export { type_1 as type }; } namespace lon { let type_2: string; export { type_2 as type }; } } } let uiSchema: { "ui:field": string; }; namespace formData { let lat_1: number; export { lat_1 as lat }; let lon_1: number; export { lon_1 as lon }; } } export default _default;