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