@datalayer/primer-rjsf
Version:
React JSON Schema Form (RJSF) for Primer
100 lines (99 loc) • 3 kB
TypeScript
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;
};
export { firstName_1 as firstName };
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 };
export let date: {
"ui:widget": string;
};
let telephone_1: {
"ui:options": {
inputType: string;
};
};
export { telephone_1 as telephone };
}
namespace formData {
let lastName_1: string;
export { lastName_1 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 };
}
namespace extraErrors {
export namespace firstName_2 {
let __errors: string[];
}
export { firstName_2 as firstName };
}
}
export default _default;