source:
node_modules/react-debounce-input/lib/index.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 175 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | var _require = require('./Component'), |
4 | DebounceInput = _require.DebounceInput; |
5 | |
6 | DebounceInput.DebounceInput = DebounceInput; |
7 | module.exports = DebounceInput; |
Note:
See TracBrowser
for help on using the repository browser.