UNPKG

lune-ui-lib

Version:

Lune UI Components Library

6 lines (5 loc) 157 B
/// <reference types="react" /> declare const FieldValidationError: ({ error }: { error: string; }) => JSX.Element; export default FieldValidationError;