UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

8 lines 316 B
/// <reference types="react" /> import { ValidationErrorMessage } from './validate'; export interface ValidationErrorProps { error: ValidationErrorMessage; } declare const ValidationError: (props: ValidationErrorProps) => JSX.Element; export default ValidationError; //# sourceMappingURL=ValidationError.d.ts.map