UNPKG

zent

Version:

一套前端设计语言和基于React的实现

8 lines (7 loc) 298 B
/// <reference types="react" /> export interface IFormErrorProps { className?: string; style?: React.CSSProperties; children?: React.ReactNode; } export declare const FormError: import("react").ForwardRefExoticComponent<IFormErrorProps & import("react").RefAttributes<HTMLDivElement>>;