amis-rpc-design/node_modules/react-native-screens/lib/commonjs/fabric/SearchBarNativeComponent.js

18 lines
811 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Commands = void 0;
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
var _codegenNativeCommands = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/* eslint-disable */
const Commands = (0, _codegenNativeCommands.default)({
supportedCommands: ['blur', 'focus', 'clearText', 'toggleCancelButton', 'setText']
});
exports.Commands = Commands;
var _default = (0, _codegenNativeComponent.default)('RNSSearchBar', {});
exports.default = _default;
//# sourceMappingURL=SearchBarNativeComponent.js.map