mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 17:27:54 +08:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
'use strict';
|
|
|
|
module.exports = function() {
|
|
return function() {};
|
|
};
|