UNPKG

react-delay-input

Version:

React component that renders an Input with delayed onChange

8 lines (4 loc) 127 B
'use strict'; const {DelayInput} = require('./Component'); DelayInput.DelayInput = DelayInput; module.exports = DelayInput;