UNPKG

@datalayer/primer-rjsf

Version:

React JSON Schema Form (RJSF) for Primer

80 lines (79 loc) 2.19 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 telephone { let type_3: string; export { type_3 as type }; let title_3: string; export { title_3 as title }; export let minLength: number; } } } let uiSchema: { "ui:submitButtonOptions": { submitText: string; norender: boolean; props: { disabled: boolean; className: string; }; }; firstName: { "ui:autofocus": boolean; "ui:emptyValue": string; "ui:autocomplete": string; }; lastName: { "ui:title": string; "ui:emptyValue": string; "ui:autocomplete": string; }; age: { "ui:widget": string; "ui:title": string; "ui:description": string; }; bio: { "ui:widget": string; }; password: { "ui:widget": string; "ui:help": string; }; date: { "ui:widget": string; }; telephone: { "ui:options": { inputType: string; }; }; }; namespace formData { let lastName_1: string; export { lastName_1 as lastName }; export let age: number; export let bio: string; export let password: string; } } export default _default;