@sanity/default-layout
Version:
The default layout components for Sanity
19 lines • 724 B
TypeScript
import React from 'react';
import PropTypes from 'prop-types';
declare function SchemaErrors(props: any): React.JSX.Element;
declare namespace SchemaErrors {
var propTypes: {
problemGroups: PropTypes.Validator<PropTypes.InferProps<{
path: PropTypes.Requireable<PropTypes.InferProps<{
kind: PropTypes.Requireable<string>;
type: PropTypes.Requireable<string>;
name: PropTypes.Requireable<string>;
}>[]>;
problems: PropTypes.Requireable<PropTypes.InferProps<{
severity: PropTypes.Requireable<string>;
}>[]>;
}>[]>;
};
}
export default SchemaErrors;
//# sourceMappingURL=SchemaErrors.d.ts.map