mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
[react-input-mask] exporting interface that could be used to correctly set properties of the react component (#39321)
This commit is contained in:
committed by
Wesley Wigham
parent
249a39f0ca
commit
9fc1486d6d
Vendored
+1
-1
@@ -25,7 +25,7 @@ export interface MaskOptions {
|
||||
permanents: number[];
|
||||
}
|
||||
|
||||
interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
export interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
/**
|
||||
* Mask string. Format characters are:
|
||||
* * `9`: `0-9`
|
||||
|
||||
Reference in New Issue
Block a user