UNPKG

react-maskinput

Version:

React mask input component. Allow to input formatted values with fixed length or apply custom formtatting function, to format values with any length

13 lines (12 loc) 262 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "outDir": "./lib", "lib": ["es5", "es2015", "dom"], "jsx": "react", "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "test", "styleguide"] }