UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

99 lines (98 loc) 3.04 kB
declare namespace _default { namespace schema { let title: string; let description: string; let type: string; let required: string[]; namespace properties { namespace firstName { let type_1: string; export { type_1 as type }; let title_1: string; export { title_1 as title }; let _default: string; export { _default as default }; } namespace lastName { let type_2: string; export { type_2 as type }; let title_2: string; export { title_2 as title }; } namespace age { let type_3: string; export { type_3 as type }; let title_3: string; export { title_3 as title }; } namespace bio { let type_4: string; export { type_4 as type }; let title_4: string; export { title_4 as title }; } namespace password { let type_5: string; export { type_5 as type }; let title_5: string; export { title_5 as title }; export let minLength: number; } namespace telephone { let type_6: string; export { type_6 as type }; let title_6: string; export { title_6 as title }; let minLength_1: number; export { minLength_1 as minLength }; } } } namespace uiSchema { let firstName_1: { "ui:autofocus": boolean; "ui:emptyValue": string; "ui:placeholder": string; "ui:autocomplete": string; }; export { firstName_1 as firstName }; let lastName_1: { "ui:autocomplete": string; }; export { lastName_1 as lastName }; let age_1: { "ui:widget": string; "ui:title": string; "ui:description": string; }; export { age_1 as age }; let bio_1: { "ui:widget": string; }; export { bio_1 as bio }; let password_1: { "ui:widget": string; "ui:help": string; }; export { password_1 as password }; let telephone_1: { "ui:options": { inputType: string; }; }; export { telephone_1 as telephone }; } namespace formData { let lastName_2: string; export { lastName_2 as lastName }; let age_2: number; export { age_2 as age }; let bio_2: string; export { bio_2 as bio }; let password_2: string; export { password_2 as password }; let telephone_2: string; export { telephone_2 as telephone }; } } export default _default;