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