source:
node_modules/react-debounce-input/src/index.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
1 | const {DebounceInput} = require('./Component'); |
2 | |
3 | DebounceInput.DebounceInput = DebounceInput; |
4 | |
5 | module.exports = DebounceInput; |
Note:
See TracBrowser
for help on using the repository browser.