UNPKG

@react-form-fields/core

Version:

Material UI Form Fields

8 lines (7 loc) 221 B
/// <reference types="react" /> export interface IProps { children: string; rules: string; } declare const CustomMessage: import("react").MemoExoticComponent<(props: IProps) => any>; export default CustomMessage;