UNPKG

react-native-tree-multi-select

Version:

Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.

7 lines (5 loc) 174 B
"use strict"; import { memo } from "react"; /** wrapper for memo that works with generic components. */ export const typedMemo = memo; //# sourceMappingURL=typedMemo.js.map