UNPKG

@react-form-fields/core

Version:

Material UI Form Fields

8 lines (7 loc) 227 B
/// <reference types="react" /> export interface ITextMaskProps { children: string | number | Date; mask: string; } declare const TextMask: import("react").NamedExoticComponent<ITextMaskProps>; export default TextMask;