UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

7 lines (5 loc) 202 B
"use strict"; /* eslint-disable @typescript-eslint/no-explicit-any */ import { memo } from 'react'; export const typedMemo = Component => /*#__PURE__*/memo(Component); //# sourceMappingURL=memo.js.map