@datalayer/primer-rjsf
Version:
React JSON Schema Form (RJSF) for Primer
27 lines (26 loc) • 593 B
TypeScript
declare const _default: {
schema: {
type: string;
allOf: ({
properties: {
lorem: {
type: string[];
default: boolean;
};
ipsum?: undefined;
};
} | {
properties: {
lorem: {
type: string;
default?: undefined;
};
ipsum: {
type: string;
};
};
})[];
};
formData: {};
};
export default _default;