UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

13 lines (12 loc) • 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.workletNoop = exports.noop = void 0; const workletNoop = () => { 'worklet'; }; exports.workletNoop = workletNoop; const noop = () => {}; exports.noop = noop; //# sourceMappingURL=noop.js.map