mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
parent
249a39f0ca
commit
9fc1486d6d
2
types/react-input-mask/index.d.ts
vendored
2
types/react-input-mask/index.d.ts
vendored
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user