UNPKG

react-ocean-forms

Version:
14 lines (13 loc) 434 B
/** * Copyright (c) 2018-present, Umweltbundesamt GmbH * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; import { IFieldErrorProps } from './FieldError.types'; /** * Component for displaying bootstrap * form feedbacks if there are any errors */ export declare const FieldError: React.SFC<IFieldErrorProps>;