UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 356 B
import { InputProps } from '../Input'; import type { TextMaskProps } from './TextMask'; import { RsRefForwardingComponent } from '../@types/common'; export declare type MaskedInputProps = Omit<TextMaskProps, 'onChange'> & Omit<InputProps, 'type'>; declare const MaskedInput: RsRefForwardingComponent<'input', MaskedInputProps>; export default MaskedInput;